Html Css Color HEX #E55D75 Dark Pink

📋 copy color: '#E55D75'

red 229 ◦ green 93 ◦ blue 117

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

Shades of Dark Pink #E55D75

Tints of Dark Pink #E55D75

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.18%

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

R = 52.16%
G = 21.18%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E55D75 (or 0xE55D75) is known color: Dark Pink. HEX triplet: E5, 5D and 75. RGB value is (229,93,117). Sum of RGB (Red+Green+Blue) = 229+93+117=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55D75 is #1AA28A. Grayscale: #888888. Windows color (decimal): -1745547 or 7691749. OLE color: 7691749.

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

Color convert

RGB 229 93 117 -
CMYK 0 0.59 0.49 0.10
HSL 349.41º 0.72% 0.63% -
HSV(B) 349.41º 0.59% 0.9% -
XYZ 39.44 25.77 19.73 -
YUV 136.4 117.06 194.05 -
System Red Green Blue C M Y K H S L
Decimal 229 93 117 0 0.59 0.49 0.10 349.41 0.72 0.63
Hex E5 5D 75 0 3B 31 A 15D 48 3F
Octal 345 135 165 0 73 61 12 535 110 77
Binary 11100101 1011101 1110101 0 111011 110001 1010 101011101 1001000 111111

Color Harmonies of #E55D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55D75

Black with #E55D75

Text Example


Text Example

White with #E55D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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