#EA6A9F

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

Shades of Pale Violet Red #EA6A9F

Tints of Pale Violet Red #EA6A9F

Color information

#EA6A9F (or 0xEA6A9F) is unknown color: approx Pale Violet Red. HEX triplet: EA, 6A and 9F. RGB value is (234,106,159). Sum of RGB (Red+Green+Blue) = 234+106+159=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6A9F is #159560. Grayscale: #969696. Windows color (decimal): -1414497 or 10447594. OLE color: 10447594.

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

Color convert

RGB234106159-
CMYK00.550.320.08
HSL335.16º75.29%66.67%-
HSV(B)335.16º54.7%91.76%-
XYZ45.3430.336.26-
YUV150.31132.91187.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 106 (41.80% from 255) = 21.24%
BLUE value IS 159 (62.5% from 255) = 31.86%
R=46.89%
G=21.24%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410615900.550.320.08335.1675.2966.67
HexEA6A9F03720814f4b43
Octal3521522370674010517113103
Binary111010101101010100111110110111100000100010100111110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6A9F; }

 p { color: rgb(234,106,159); }

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

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

 a { background-color: rgb(234,106,159); }

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

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

 span { border-color: rgb(234,106,159); }

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