Html Css Color HEX #E5558B Dark Pink

📋 copy color: '#E5558B'

red 229 ◦ green 85 ◦ blue 139

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

Shades of Dark Pink #E5558B

Tints of Dark Pink #E5558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.76%

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

R = 50.55%
G = 18.76%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5558B (or 0xE5558B) is known color: Dark Pink. HEX triplet: E5, 55 and 8B. RGB value is (229,85,139). Sum of RGB (Red+Green+Blue) = 229+85+139=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5558B is #1AAA74. Grayscale: #868686. Windows color (decimal): -1747573 or 9131493. OLE color: 9131493.

HSL color Cylindrical-coordinate representation of color #E5558B: hue angle of 337.5º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5558B is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 85 139 -
CMYK 0 0.63 0.39 0.10
HSL 337.5º 0.73% 0.62% -
HSV(B) 337.5º 0.63% 0.9% -
XYZ 40.22 25.02 27.14 -
YUV 134.21 130.71 195.61 -
System Red Green Blue C M Y K H S L
Decimal 229 85 139 0 0.63 0.39 0.10 337.5 0.73 0.62
Hex E5 55 8B 0 3F 27 A 152 49 3E
Octal 345 125 213 0 77 47 12 522 111 76
Binary 11100101 1010101 10001011 0 111111 100111 1010 101010010 1001001 111110

Color Harmonies of #E5558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5558B

Black with #E5558B

Text Example


Text Example

White with #E5558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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