#EA6FA0

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

Shades of Pale Violet Red #EA6FA0

Tints of Pale Violet Red #EA6FA0

Color information

#EA6FA0 (or 0xEA6FA0) is unknown color: approx Pale Violet Red. HEX triplet: EA, 6F and A0. RGB value is (234,111,160). Sum of RGB (Red+Green+Blue) = 234+111+160=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6FA0 is #15905F. Grayscale: #999999. Windows color (decimal): -1413216 or 10514410. OLE color: 10514410.

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

Color convert

RGB234111160-
CMYK00.530.320.08
HSL336.1º74.55%67.65%-
HSV(B)336.1º52.56%91.76%-
XYZ45.9631.436.9-
YUV153.36131.75185.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 111 (43.75% from 255) = 21.98%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=46.34%
G=21.98%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411116000.530.320.08336.174.5567.65
HexEA6FA00352081504b44
Octal3521572400654010520113104
Binary111010101101111101000000110101100000100010101000010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FA0; }

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

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

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

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

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

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

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

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