#EA6595

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

Shades of Pale Violet Red #EA6595

Tints of Pale Violet Red #EA6595

Color information

#EA6595 (or 0xEA6595) is unknown color: approx Pale Violet Red. HEX triplet: EA, 65 and 95. RGB value is (234,101,149). Sum of RGB (Red+Green+Blue) = 234+101+149=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6595 is #159A6A. Grayscale: #929292. Windows color (decimal): -1415787 or 9790954. OLE color: 9790954.

HSL color Cylindrical-coordinate representation of color #EA6595: hue angle of 338.35º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6595 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB234101149-
CMYK00.570.360.08
HSL338.35º76%65.69%-
HSV(B)338.35º56.84%91.76%-
XYZ44.0128.9731.71-
YUV146.24129.56190.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.35%
GREEN value IS 101 (39.84% from 255) = 20.87%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=48.35%
G=20.87%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410114900.570.360.08338.357665.69
HexEA65950392481524c42
Octal3521452250714410522114102
Binary111010101100101100101010111001100100100010101001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6595; }

 p { color: rgb(234,101,149); }

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

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

 a { background-color: rgb(234,101,149); }

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

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

 span { border-color: rgb(234,101,149); }

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