Html Css Color HEX #E55079 Dark Pink

📋 copy color: '#E55079'

red 229 ◦ green 80 ◦ blue 121

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

Shades of Dark Pink #E55079

Tints of Dark Pink #E55079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.14%

R = 53.26%
G = 18.6%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E55079 (or 0xE55079) is known color: Dark Pink. HEX triplet: E5, 50 and 79. RGB value is (229,80,121). Sum of RGB (Red+Green+Blue) = 229+80+121=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E55079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55079 is #1AAF86. Grayscale: #818181. Windows color (decimal): -1748871 or 7950565. OLE color: 7950565.

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

Color convert

RGB 229 80 121 -
CMYK 0 0.65 0.47 0.10
HSL 343.49º 0.74% 0.61% -
HSV(B) 343.49º 0.65% 0.9% -
XYZ 38.63 23.78 20.64 -
YUV 129.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 229 80 121 0 0.65 0.47 0.10 343.49 0.74 0.61
Hex E5 50 79 0 41 2F A 157 4A 3D
Octal 345 120 171 0 101 57 12 527 112 75
Binary 11100101 1010000 1111001 0 1000001 101111 1010 101010111 1001010 111101

Color Harmonies of #E55079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55079

Black with #E55079

Text Example


Text Example

White with #E55079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55079; }

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

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

background-color css

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

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

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

border-color css

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

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

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