#EA75A0

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

Shades of Pale Violet Red #EA75A0

Tints of Pale Violet Red #EA75A0

Color information

#EA75A0 (or 0xEA75A0) is unknown color: approx Pale Violet Red. HEX triplet: EA, 75 and A0. RGB value is (234,117,160). Sum of RGB (Red+Green+Blue) = 234+117+160=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA75A0 is #158A5F. Grayscale: #9C9C9C. Windows color (decimal): -1411680 or 10515946. OLE color: 10515946.

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

Color convert

RGB234117160-
CMYK00.50.320.08
HSL337.95º73.58%68.82%-
HSV(B)337.95º50%91.76%-
XYZ46.6432.7537.12-
YUV156.88129.76183-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 117 (46.09% from 255) = 22.90%
BLUE value IS 160 (62.89% from 255) = 31.31%
R=45.79%
G=22.90%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411716000.50.320.08337.9573.5868.82
HexEA75A00322081524a45
Octal3521652400624010522112105
Binary111010101110101101000000110010100000100010101001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA75A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA75A0; }

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

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

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

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

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

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

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

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