#EA6198

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

Shades of Pale Violet Red #EA6198

Tints of Pale Violet Red #EA6198

Color information

#EA6198 (or 0xEA6198) is unknown color: approx Pale Violet Red. HEX triplet: EA, 61 and 98. RGB value is (234,97,152). Sum of RGB (Red+Green+Blue) = 234+97+152=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6198 is #159E67. Grayscale: #909090. Windows color (decimal): -1416808 or 9986538. OLE color: 9986538.

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

Color convert

RGB23497152-
CMYK00.590.350.08
HSL335.91º76.54%64.9%-
HSV(B)335.91º58.55%91.76%-
XYZ43.8728.3132.86-
YUV144.23132.39192.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.45%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 152 (59.77% from 255) = 31.47%
R=48.45%
G=20.08%
B=31.47%

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
Decimal2349715200.590.350.08335.9176.5464.9
HexEA619803B2381504d41
Octal3521412300734310520115101
Binary111010101100001100110000111011100011100010101000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6198; }

 p { color: rgb(234,97,152); }

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

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

 a { background-color: rgb(234,97,152); }

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

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

 span { border-color: rgb(234,97,152); }

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