#EA709E

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

Shades of Pale Violet Red #EA709E

Tints of Pale Violet Red #EA709E

Color information

#EA709E (or 0xEA709E) is unknown color: approx Pale Violet Red. HEX triplet: EA, 70 and 9E. RGB value is (234,112,158). Sum of RGB (Red+Green+Blue) = 234+112+158=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA709E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA709E is #158F61. Grayscale: #999999. Windows color (decimal): -1412962 or 10383594. OLE color: 10383594.

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

Color convert

RGB234112158-
CMYK00.520.320.08
HSL337.38º74.39%67.84%-
HSV(B)337.38º52.14%91.76%-
XYZ45.931.5536.02-
YUV153.72130.42185.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.43%
GREEN value IS 112 (44.14% from 255) = 22.22%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=46.43%
G=22.22%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411215800.520.320.08337.3874.3967.84
HexEA709E0342081514a44
Octal3521602360644010521112104
Binary111010101110000100111100110100100000100010101000110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA709E; }

 p { color: rgb(234,112,158); }

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

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

 a { background-color: rgb(234,112,158); }

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

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

 span { border-color: rgb(234,112,158); }

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