Html Css Color HEX #E55F8E Dark Pink

📋 copy color: '#E55F8E'

red 229 ◦ green 95 ◦ blue 142

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

Shades of Dark Pink #E55F8E

Tints of Dark Pink #E55F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.47%

R = 49.14%
G = 20.39%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E55F8E (or 0xE55F8E) is known color: Dark Pink. HEX triplet: E5, 5F and 8E. RGB value is (229,95,142). Sum of RGB (Red+Green+Blue) = 229+95+142=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55F8E is #1AA071. Grayscale: #8C8C8C. Windows color (decimal): -1745010 or 9330661. OLE color: 9330661.

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

Color convert

RGB 229 95 142 -
CMYK 0 0.59 0.38 0.10
HSL 338.96º 0.72% 0.64% -
HSV(B) 338.96º 0.59% 0.9% -
XYZ 41.29 26.8 28.59 -
YUV 140.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 229 95 142 0 0.59 0.38 0.10 338.96 0.72 0.64
Hex E5 5F 8E 0 3B 26 A 153 48 40
Octal 345 137 216 0 73 46 12 523 110 100
Binary 11100101 1011111 10001110 0 111011 100110 1010 101010011 1001000 1000000

Color Harmonies of #E55F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55F8E

Black with #E55F8E

Text Example


Text Example

White with #E55F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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