#E55F95

Color #E55F95 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E55F95

Tints of Pale Violet Red #E55F95

Color information

#E55F95 (or 0xE55F95) is unknown color: approx Pale Violet Red. HEX triplet: E5, 5F and 95. RGB value is (229,95,149). Sum of RGB (Red+Green+Blue) = 229+95+149=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55F95 is #1AA06A. Grayscale: #8D8D8D. Windows color (decimal): -1745003 or 9789413. OLE color: 9789413.

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

Color convert

RGB22995149-
CMYK00.590.350.10
HSL335.82º72.04%63.53%-
HSV(B)335.82º58.52%89.8%-
XYZ41.8327.0131.44-
YUV141.22132.39190.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.41%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 149 (58.59% from 255) = 31.50%
R=48.41%
G=20.08%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299514900.590.350.10335.8272.0463.53
HexE55F9503B23A1504840
Octal3451372250734312520110100
Binary111001011011111100101010111011100011101010101000010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55F95; }

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

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

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

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

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

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

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

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