Html Css Color HEX #E55986 Dark Pink

📋 copy color: '#E55986'

red 229 ◦ green 89 ◦ blue 134

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

Shades of Dark Pink #E55986

Tints of Dark Pink #E55986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.65%

R = 50.66%
G = 19.69%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E55986 (or 0xE55986) is known color: Dark Pink. HEX triplet: E5, 59 and 86. RGB value is (229,89,134). Sum of RGB (Red+Green+Blue) = 229+89+134=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E55986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55986 is #1AA679. Grayscale: #878787. Windows color (decimal): -1746554 or 8804837. OLE color: 8804837.

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

Color convert

RGB 229 89 134 -
CMYK 0 0.61 0.41 0.10
HSL 340.71º 0.73% 0.62% -
HSV(B) 340.71º 0.61% 0.9% -
XYZ 40.19 25.52 25.36 -
YUV 135.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 229 89 134 0 0.61 0.41 0.10 340.71 0.73 0.62
Hex E5 59 86 0 3D 29 A 155 49 3E
Octal 345 131 206 0 75 51 12 525 111 76
Binary 11100101 1011001 10000110 0 111101 101001 1010 101010101 1001001 111110

Color Harmonies of #E55986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55986

Black with #E55986

Text Example


Text Example

White with #E55986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55986; }

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

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

background-color css

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

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

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

border-color css

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

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

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