#EA6BA0

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

Shades of Pale Violet Red #EA6BA0

Tints of Pale Violet Red #EA6BA0

Color information

#EA6BA0 (or 0xEA6BA0) is unknown color: approx Pale Violet Red. HEX triplet: EA, 6B and A0. RGB value is (234,107,160). Sum of RGB (Red+Green+Blue) = 234+107+160=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6BA0 is #15945F. Grayscale: #969696. Windows color (decimal): -1414240 or 10513386. OLE color: 10513386.

HSL color Cylindrical-coordinate representation of color #EA6BA0: hue angle of 334.96º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6BA0 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB234107160-
CMYK00.540.320.08
HSL334.96º75.15%66.86%-
HSV(B)334.96º54.27%91.76%-
XYZ45.5330.5536.75-
YUV151.01133.08187.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.71%
GREEN value IS 107 (42.19% from 255) = 21.36%
BLUE value IS 160 (62.89% from 255) = 31.94%
R=46.71%
G=21.36%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410716000.540.320.08334.9675.1566.86
HexEA6BA003620814f4b43
Octal3521532400664010517113103
Binary111010101101011101000000110110100000100010100111110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6BA0; }

 p { color: rgb(234,107,160); }

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

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

 a { background-color: rgb(234,107,160); }

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

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

 span { border-color: rgb(234,107,160); }

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