#EA5F94

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

Shades of Pale Violet Red #EA5F94

Tints of Pale Violet Red #EA5F94

Color information

#EA5F94 (or 0xEA5F94) is unknown color: approx Pale Violet Red. HEX triplet: EA, 5F and 94. RGB value is (234,95,148). Sum of RGB (Red+Green+Blue) = 234+95+148=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5F94 is #15A06B. Grayscale: #8E8E8E. Windows color (decimal): -1417324 or 9723882. OLE color: 9723882.

HSL color Cylindrical-coordinate representation of color #EA5F94: hue angle of 337.12º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA5F94 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB23495148-
CMYK00.590.370.08
HSL337.12º76.8%64.51%-
HSV(B)337.12º59.4%91.76%-
XYZ43.3727.8131.1-
YUV142.6131.05193.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.06%
GREEN value IS 95 (37.5% from 255) = 19.92%
BLUE value IS 148 (58.20% from 255) = 31.03%
R=49.06%
G=19.92%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349514800.590.370.08337.1276.864.51
HexEA5F9403B2581514d41
Octal3521372240734510521115101
Binary111010101011111100101000111011100101100010101000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5F94; }

 p { color: rgb(234,95,148); }

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

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

 a { background-color: rgb(234,95,148); }

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

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

 span { border-color: rgb(234,95,148); }

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