Html Css Color HEX #E55575 Dark Pink

📋 copy color: '#E55575'

red 229 ◦ green 85 ◦ blue 117

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

Shades of Dark Pink #E55575

Tints of Dark Pink #E55575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 53.13%
G = 19.72%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E55575 (or 0xE55575) is known color: Dark Pink. HEX triplet: E5, 55 and 75. RGB value is (229,85,117). Sum of RGB (Red+Green+Blue) = 229+85+117=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E55575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55575 is #1AAA8A. Grayscale: #838383. Windows color (decimal): -1747595 or 7689701. OLE color: 7689701.

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

Color convert

RGB 229 85 117 -
CMYK 0 0.63 0.49 0.10
HSL 346.67º 0.73% 0.62% -
HSV(B) 346.67º 0.63% 0.9% -
XYZ 38.77 24.44 19.5 -
YUV 131.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 229 85 117 0 0.63 0.49 0.10 346.67 0.73 0.62
Hex E5 55 75 0 3F 31 A 15B 49 3E
Octal 345 125 165 0 77 61 12 533 111 76
Binary 11100101 1010101 1110101 0 111111 110001 1010 101011011 1001001 111110

Color Harmonies of #E55575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55575

Black with #E55575

Text Example


Text Example

White with #E55575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55575; }

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

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

background-color css

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

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

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

border-color css

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

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

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