#EA6099

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

Shades of Pale Violet Red #EA6099

Tints of Pale Violet Red #EA6099

Color information

#EA6099 (or 0xEA6099) is unknown color: approx Pale Violet Red. HEX triplet: EA, 60 and 99. RGB value is (234,96,153). Sum of RGB (Red+Green+Blue) = 234+96+153=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6099 is #159F66. Grayscale: #8F8F8F. Windows color (decimal): -1417063 or 10051818. OLE color: 10051818.

HSL color Cylindrical-coordinate representation of color #EA6099: hue angle of 335.22º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA6099 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB23496153-
CMYK00.590.350.08
HSL335.22º76.67%64.71%-
HSV(B)335.22º58.97%91.76%-
XYZ43.8628.1633.26-
YUV143.76133.22192.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.45%
GREEN value IS 96 (37.89% from 255) = 19.88%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=48.45%
G=19.88%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349615300.590.350.08335.2276.6764.71
HexEA609903B23814f4d41
Octal3521402310734310517115101
Binary111010101100000100110010111011100011100010100111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6099; }

 p { color: rgb(234,96,153); }

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

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

 a { background-color: rgb(234,96,153); }

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

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

 span { border-color: rgb(234,96,153); }

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