Html Css Color HEX #E55975 Dark Pink

📋 copy color: '#E55975'

red 229 ◦ green 89 ◦ blue 117

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

Shades of Dark Pink #E55975

Tints of Dark Pink #E55975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.46%

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

R = 52.64%
G = 20.46%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E55975 (or 0xE55975) is known color: Dark Pink. HEX triplet: E5, 59 and 75. RGB value is (229,89,117). Sum of RGB (Red+Green+Blue) = 229+89+117=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E55975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55975 is #1AA68A. Grayscale: #868686. Windows color (decimal): -1746571 or 7690725. OLE color: 7690725.

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

Color convert

RGB 229 89 117 -
CMYK 0 0.61 0.49 0.10
HSL 348º 0.73% 0.62% -
HSV(B) 348º 0.61% 0.9% -
XYZ 39.1 25.09 19.61 -
YUV 134.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 229 89 117 0 0.61 0.49 0.10 348 0.73 0.62
Hex E5 59 75 0 3D 31 A 15C 49 3E
Octal 345 131 165 0 75 61 12 534 111 76
Binary 11100101 1011001 1110101 0 111101 110001 1010 101011100 1001001 111110

Color Harmonies of #E55975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55975

Black with #E55975

Text Example


Text Example

White with #E55975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55975; }

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

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

background-color css

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

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

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

border-color css

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

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

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