Html Css Color HEX #E5508B Dark Pink

📋 copy color: '#E5508B'

red 229 ◦ green 80 ◦ blue 139

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

Shades of Dark Pink #E5508B

Tints of Dark Pink #E5508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 51.12%
G = 17.86%
B = 31.03%

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

#E5508B (or 0xE5508B) is known color: Dark Pink. HEX triplet: E5, 50 and 8B. RGB value is (229,80,139). Sum of RGB (Red+Green+Blue) = 229+80+139=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E5508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5508B is #1AAF74. Grayscale: #838383. Windows color (decimal): -1748853 or 9130213. OLE color: 9130213.

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

Color convert

RGB 229 80 139 -
CMYK 0 0.65 0.39 0.10
HSL 336.24º 0.74% 0.61% -
HSV(B) 336.24º 0.65% 0.9% -
XYZ 39.84 24.26 27.01 -
YUV 131.28 132.36 197.7 -
System Red Green Blue C M Y K H S L
Decimal 229 80 139 0 0.65 0.39 0.10 336.24 0.74 0.61
Hex E5 50 8B 0 41 27 A 150 4A 3D
Octal 345 120 213 0 101 47 12 520 112 75
Binary 11100101 1010000 10001011 0 1000001 100111 1010 101010000 1001010 111101

Color Harmonies of #E5508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5508B

Black with #E5508B

Text Example


Text Example

White with #E5508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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