Html Css Color HEX #E5558A Dark Pink

📋 copy color: '#E5558A'

red 229 ◦ green 85 ◦ blue 138

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

Shades of Dark Pink #E5558A

Tints of Dark Pink #E5558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.53%

R = 50.66%
G = 18.81%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5558A (or 0xE5558A) is known color: Dark Pink. HEX triplet: E5, 55 and 8A. RGB value is (229,85,138). Sum of RGB (Red+Green+Blue) = 229+85+138=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5558A is #1AAA75. Grayscale: #868686. Windows color (decimal): -1747574 or 9065957. OLE color: 9065957.

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

Color convert

RGB 229 85 138 -
CMYK 0 0.63 0.40 0.10
HSL 337.92º 0.73% 0.62% -
HSV(B) 337.92º 0.63% 0.9% -
XYZ 40.15 24.99 26.75 -
YUV 134.1 130.21 195.69 -
System Red Green Blue C M Y K H S L
Decimal 229 85 138 0 0.63 0.40 0.10 337.92 0.73 0.62
Hex E5 55 8A 0 3F 28 A 152 49 3E
Octal 345 125 212 0 77 50 12 522 111 76
Binary 11100101 1010101 10001010 0 111111 101000 1010 101010010 1001001 111110

Color Harmonies of #E5558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5558A

Black with #E5558A

Text Example


Text Example

White with #E5558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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