#EA73A0

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

Shades of Pale Violet Red #EA73A0

Tints of Pale Violet Red #EA73A0

Color information

#EA73A0 (or 0xEA73A0) is unknown color: approx Pale Violet Red. HEX triplet: EA, 73 and A0. RGB value is (234,115,160). Sum of RGB (Red+Green+Blue) = 234+115+160=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA73A0 is #158C5F. Grayscale: #9B9B9B. Windows color (decimal): -1412192 or 10515434. OLE color: 10515434.

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

Color convert

RGB234115160-
CMYK00.510.320.08
HSL337.31º73.91%68.43%-
HSV(B)337.31º50.85%91.76%-
XYZ46.4132.2937.04-
YUV155.71130.42183.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 115 (45.31% from 255) = 22.59%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=45.97%
G=22.59%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411516000.510.320.08337.3173.9168.43
HexEA73A00332081514a44
Octal3521632400634010521112104
Binary111010101110011101000000110011100000100010101000110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA73A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA73A0; }

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

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

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

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

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

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

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

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