Html Css Color HEX #E55B85 Dark Pink

📋 copy color: '#E55B85'

red 229 ◦ green 91 ◦ blue 133

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

Shades of Dark Pink #E55B85

Tints of Dark Pink #E55B85

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.09%

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

R = 50.55%
G = 20.09%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E55B85 (or 0xE55B85) is known color: Dark Pink. HEX triplet: E5, 5B and 85. RGB value is (229,91,133). Sum of RGB (Red+Green+Blue) = 229+91+133=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55B85 is #1AA47A. Grayscale: #898989. Windows color (decimal): -1746043 or 8739813. OLE color: 8739813.

HSL color Cylindrical-coordinate representation of color #E55B85: hue angle of 341.74º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55B85 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 91 133 -
CMYK 0 0.60 0.42 0.10
HSL 341.74º 0.73% 0.63% -
HSV(B) 341.74º 0.6% 0.9% -
XYZ 40.29 25.83 25.05 -
YUV 137.05 125.72 193.58 -
System Red Green Blue C M Y K H S L
Decimal 229 91 133 0 0.60 0.42 0.10 341.74 0.73 0.63
Hex E5 5B 85 0 3C 2A A 156 49 3F
Octal 345 133 205 0 74 52 12 526 111 77
Binary 11100101 1011011 10000101 0 111100 101010 1010 101010110 1001001 111111

Color Harmonies of #E55B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55B85

Black with #E55B85

Text Example


Text Example

White with #E55B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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