#E55278

Color #E55278 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E55278

Tints of Dark Pink #E55278

Color information

#E55278 (or 0xE55278) is unknown color: approx Dark Pink. HEX triplet: E5, 52 and 78. RGB value is (229,82,120). Sum of RGB (Red+Green+Blue) = 229+82+120=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E55278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55278 is #1AAD87. Grayscale: #828282. Windows color (decimal): -1748360 or 7885541. OLE color: 7885541.

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

Color convert

RGB22982120-
CMYK00.640.480.10
HSL344.49º73.87%60.98%-
HSV(B)344.49º64.19%89.8%-
XYZ38.7224.0520.37-
YUV130.28122.2198.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.13%
GREEN value IS 82 (32.42% from 255) = 19.03%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=53.13%
G=19.03%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298212000.640.480.10344.4973.8760.98
HexE5527804030A1584a3d
Octal3451221700100601253011275
Binary11100101101001011110000100000011000010101010110001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55278; }

 p { color: rgb(229,82,120); }

 H1.HeaderClassName
 {
   color: #E55278;
 }
 .AnyTagClassName
 {
   color: #E55278;
 }
</style>
background-color css

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

 a { background-color: rgb(229,82,120); }

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

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

 span { border-color: rgb(229,82,120); }

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