Html Css Color HEX #E55077 Dark Pink

📋 copy color: '#E55077'

red 229 ◦ green 80 ◦ blue 119

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

Shades of Dark Pink #E55077

Tints of Dark Pink #E55077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.8%

R = 53.5%
G = 18.69%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E55077 (or 0xE55077) is known color: Dark Pink. HEX triplet: E5, 50 and 77. RGB value is (229,80,119). Sum of RGB (Red+Green+Blue) = 229+80+119=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E55077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55077 is #1AAF88. Grayscale: #808080. Windows color (decimal): -1748873 or 7819493. OLE color: 7819493.

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

Color convert

RGB 229 80 119 -
CMYK 0 0.65 0.48 0.10
HSL 344.3º 0.74% 0.61% -
HSV(B) 344.3º 0.65% 0.9% -
XYZ 38.51 23.73 20 -
YUV 129 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 229 80 119 0 0.65 0.48 0.10 344.3 0.74 0.61
Hex E5 50 77 0 41 30 A 158 4A 3D
Octal 345 120 167 0 101 60 12 530 112 75
Binary 11100101 1010000 1110111 0 1000001 110000 1010 101011000 1001010 111101

Color Harmonies of #E55077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55077

Black with #E55077

Text Example


Text Example

White with #E55077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55077; }

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

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

background-color css

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

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

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

border-color css

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

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

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