#EA429C

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

Shades of Violet Red #EA429C

Tints of Violet Red #EA429C

Color information

#EA429C (or 0xEA429C) is unknown color: approx Violet Red. HEX triplet: EA, 42 and 9C. RGB value is (234,66,156). Sum of RGB (Red+Green+Blue) = 234+66+156=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA429C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA429C is #15BD63. Grayscale: #7E7E7E. Windows color (decimal): -1424740 or 10240746. OLE color: 10240746.

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

Color convert

RGB23466156-
CMYK00.720.330.08
HSL327.86º80%58.82%-
HSV(B)327.86º71.79%91.76%-
XYZ41.8823.7933.84-
YUV126.49144.66204.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.32%
GREEN value IS 66 (26.17% from 255) = 14.47%
BLUE value IS 156 (61.33% from 255) = 34.21%
R=51.32%
G=14.47%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346615600.720.330.08327.868058.82
HexEA429C048218148503b
Octal3521022340110411051012073
Binary111010101000010100111000100100010000110001010010001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA429C; }

 p { color: rgb(234,66,156); }

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

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

 a { background-color: rgb(234,66,156); }

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

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

 span { border-color: rgb(234,66,156); }

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