Html Css Color HEX #E55F8C Dark Pink

📋 copy color: '#E55F8C'

red 229 ◦ green 95 ◦ blue 140

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

Shades of Dark Pink #E55F8C

Tints of Dark Pink #E55F8C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.47%

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 49.35%
G = 20.47%
B = 30.17%

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

#E55F8C (or 0xE55F8C) is known color: Dark Pink. HEX triplet: E5, 5F and 8C. RGB value is (229,95,140). Sum of RGB (Red+Green+Blue) = 229+95+140=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55F8C is #1AA073. Grayscale: #8C8C8C. Windows color (decimal): -1745012 or 9199589. OLE color: 9199589.

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

Color convert

RGB 229 95 140 -
CMYK 0 0.59 0.39 0.10
HSL 339.85º 0.72% 0.64% -
HSV(B) 339.85º 0.59% 0.9% -
XYZ 41.14 26.74 27.8 -
YUV 140.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 229 95 140 0 0.59 0.39 0.10 339.85 0.72 0.64
Hex E5 5F 8C 0 3B 27 A 154 48 40
Octal 345 137 214 0 73 47 12 524 110 100
Binary 11100101 1011111 10001100 0 111011 100111 1010 101010100 1001000 1000000

Color Harmonies of #E55F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55F8C

Black with #E55F8C

Text Example


Text Example

White with #E55F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55F8C; }

 p { color: rgb(229,95,140); }

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

background-color css

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

 a { background-color: rgb(229,95,140); }

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

border-color css

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

 span { border-color: rgb(229,95,140); }

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