Html Css Color HEX #E55D85 Dark Pink

📋 copy color: '#E55D85'

red 229 ◦ green 93 ◦ blue 133

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

Shades of Dark Pink #E55D85

Tints of Dark Pink #E55D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.23%

R = 50.33%
G = 20.44%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E55D85 (or 0xE55D85) is known color: Dark Pink. HEX triplet: E5, 5D and 85. RGB value is (229,93,133). Sum of RGB (Red+Green+Blue) = 229+93+133=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55D85 is #1AA27A. Grayscale: #8A8A8A. Windows color (decimal): -1745531 or 8740325. OLE color: 8740325.

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

Color convert

RGB 229 93 133 -
CMYK 0 0.59 0.42 0.10
HSL 342.35º 0.72% 0.63% -
HSV(B) 342.35º 0.59% 0.9% -
XYZ 40.46 26.18 25.11 -
YUV 138.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 229 93 133 0 0.59 0.42 0.10 342.35 0.72 0.63
Hex E5 5D 85 0 3B 2A A 156 48 3F
Octal 345 135 205 0 73 52 12 526 110 77
Binary 11100101 1011101 10000101 0 111011 101010 1010 101010110 1001000 111111

Color Harmonies of #E55D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55D85

Black with #E55D85

Text Example


Text Example

White with #E55D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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