Html Css Color HEX #E6517D Dark Pink

📋 copy color: '#E6517D'

red 230 ◦ green 81 ◦ blue 125

#E6517D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #E6517D

Tints of Dark Pink #E6517D

RGB

 RED value IS 230 (90.23% from 255) = 52.75%

 GREEN value IS 81 (32.03% from 255) = 18.58%

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 52.75%
G = 18.58%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E6517D (or 0xE6517D) is known color: Dark Pink. HEX triplet: E6, 51 and 7D. RGB value is (230,81,125). Sum of RGB (Red+Green+Blue) = 230+81+125=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6517D is #19AE82. Grayscale: #828282. Windows color (decimal): -1683075 or 8212966. OLE color: 8212966.

HSL color Cylindrical-coordinate representation of color #E6517D: hue angle of 342.28º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6517D is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 81 125 -
CMYK 0 0.65 0.46 0.10
HSL 342.28º 0.75% 0.61% -
HSV(B) 342.28º 0.65% 0.9% -
XYZ 39.28 24.19 22 -
YUV 130.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 230 81 125 0 0.65 0.46 0.10 342.28 0.75 0.61
Hex E6 51 7D 0 41 2E A 156 4B 3D
Octal 346 121 175 0 101 56 12 526 113 75
Binary 11100110 1010001 1111101 0 1000001 101110 1010 101010110 1001011 111101

Color Harmonies of #E6517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6517D

Black with #E6517D

Text Example


Text Example

White with #E6517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6517D; }

 p { color: rgb(230,81,125); }

 H1.HeaderClassName
 {
   color: #E6517D;
 }
 .AnyTagClassName
 {
   color: #E6517D;
 }
</style>

background-color css

<style>
 a { background-color: #E6517D; }

 a { background-color: rgb(230,81,125); }

 div.DivClassName
 {
   background-color: #E6517D;
 }
 .BgClassName
 {
   background-color: #E6517D;
 }
</style>

border-color css

<style>
 span { border-color: #E6517D; }

 span { border-color: rgb(230,81,125); }

 td.TdClassName
 {
   border-color: #E6517D;
 }
 .TagClassName
 {
   border-color: #E6517D;
 }
</style>