#EA6094

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

Shades of Pale Violet Red #EA6094

Tints of Pale Violet Red #EA6094

Color information

#EA6094 (or 0xEA6094) is unknown color: approx Pale Violet Red. HEX triplet: EA, 60 and 94. RGB value is (234,96,148). Sum of RGB (Red+Green+Blue) = 234+96+148=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6094 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6094 is #159F6B. Grayscale: #8F8F8F. Windows color (decimal): -1417068 or 9724138. OLE color: 9724138.

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

Color convert

RGB23496148-
CMYK00.590.370.08
HSL337.39º76.67%64.71%-
HSV(B)337.39º58.97%91.76%-
XYZ43.462831.13-
YUV143.19130.72192.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 96 (37.89% from 255) = 20.08%
BLUE value IS 148 (58.20% from 255) = 30.96%
R=48.95%
G=20.08%
B=30.96%

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
Decimal2349614800.590.370.08337.3976.6764.71
HexEA609403B2581514d41
Octal3521402240734510521115101
Binary111010101100000100101000111011100101100010101000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6094; }

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

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

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

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

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

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

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

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