Html Css Color HEX #E55D8B Dark Pink

📋 copy color: '#E55D8B'

red 229 ◦ green 93 ◦ blue 139

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

Shades of Dark Pink #E55D8B

Tints of Dark Pink #E55D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 49.67%
G = 20.17%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E55D8B (or 0xE55D8B) is known color: Dark Pink. HEX triplet: E5, 5D and 8B. RGB value is (229,93,139). Sum of RGB (Red+Green+Blue) = 229+93+139=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55D8B is #1AA274. Grayscale: #8A8A8A. Windows color (decimal): -1745525 or 9133541. OLE color: 9133541.

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

Color convert

RGB 229 93 139 -
CMYK 0 0.59 0.39 0.10
HSL 339.71º 0.72% 0.63% -
HSV(B) 339.71º 0.59% 0.9% -
XYZ 40.89 26.35 27.36 -
YUV 138.91 128.06 192.26 -
System Red Green Blue C M Y K H S L
Decimal 229 93 139 0 0.59 0.39 0.10 339.71 0.72 0.63
Hex E5 5D 8B 0 3B 27 A 154 48 3F
Octal 345 135 213 0 73 47 12 524 110 77
Binary 11100101 1011101 10001011 0 111011 100111 1010 101010100 1001000 111111

Color Harmonies of #E55D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55D8B

Black with #E55D8B

Text Example


Text Example

White with #E55D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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