#EA73A3

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

Shades of Pale Violet Red #EA73A3

Tints of Pale Violet Red #EA73A3

Color information

#EA73A3 (or 0xEA73A3) is unknown color: approx Pale Violet Red. HEX triplet: EA, 73 and A3. RGB value is (234,115,163). Sum of RGB (Red+Green+Blue) = 234+115+163=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA73A3 is #158C5C. Grayscale: #9B9B9B. Windows color (decimal): -1412189 or 10712042. OLE color: 10712042.

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

Color convert

RGB234115163-
CMYK00.510.300.08
HSL335.8º73.91%68.43%-
HSV(B)335.8º50.85%91.76%-
XYZ46.6732.438.44-
YUV156.05131.92183.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 115 (45.31% from 255) = 22.46%
BLUE value IS 163 (64.06% from 255) = 31.84%
R=45.70%
G=22.46%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411516300.510.300.08335.873.9168.43
HexEA73A30331E81504a44
Octal3521632430633610520112104
Binary11101010111001110100011011001111110100010101000010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA73A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA73A3; }

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

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

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

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

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

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

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

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