Html Css Color HEX #E5508C Dark Pink

📋 copy color: '#E5508C'

red 229 ◦ green 80 ◦ blue 140

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

Shades of Dark Pink #E5508C

Tints of Dark Pink #E5508C

RGB

 RED value IS 229 (89.84% from 255) = 51%

 GREEN value IS 80 (31.64% from 255) = 17.82%

 BLUE value IS 140 (55.08% from 255) = 31.18%

R = 51%
G = 17.82%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5508C (or 0xE5508C) is known color: Dark Pink. HEX triplet: E5, 50 and 8C. RGB value is (229,80,140). Sum of RGB (Red+Green+Blue) = 229+80+140=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5508C is #1AAF73. Grayscale: #838383. Windows color (decimal): -1748852 or 9195749. OLE color: 9195749.

HSL color Cylindrical-coordinate representation of color #E5508C: hue angle of 335.84º degrees, saturation: 0.74, 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 #E5508C is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 140 -
CMYK 0 0.65 0.39 0.10
HSL 335.84º 0.74% 0.61% -
HSV(B) 335.84º 0.65% 0.9% -
XYZ 39.92 24.29 27.4 -
YUV 131.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 229 80 140 0 0.65 0.39 0.10 335.84 0.74 0.61
Hex E5 50 8C 0 41 27 A 150 4A 3D
Octal 345 120 214 0 101 47 12 520 112 75
Binary 11100101 1010000 10001100 0 1000001 100111 1010 101010000 1001010 111101

Color Harmonies of #E5508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5508C

Black with #E5508C

Text Example


Text Example

White with #E5508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5508C; }

 p { color: rgb(229,80,140); }

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

background-color css

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

 a { background-color: rgb(229,80,140); }

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

border-color css

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

 span { border-color: rgb(229,80,140); }

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