Html Css Color HEX #EA428E Violet Red

📋 copy color: '#EA428E'

red 234 ◦ green 66 ◦ blue 142

#EA428E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #EA428E

Tints of Violet Red #EA428E

RGB

 RED value IS 234 (91.8% from 255) = 52.94%

 GREEN value IS 66 (26.17% from 255) = 14.93%

 BLUE value IS 142 (55.86% from 255) = 32.13%

R = 52.94%
G = 14.93%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA428E (or 0xEA428E) is known color: Violet Red. HEX triplet: EA, 42 and 8E. RGB value is (234,66,142). Sum of RGB (Red+Green+Blue) = 234+66+142=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA428E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA428E is #15BD71. Grayscale: #7C7C7C. Windows color (decimal): -1424754 or 9323242. OLE color: 9323242.

HSL color Cylindrical-coordinate representation of color #EA428E: hue angle of 332.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 #EA428E is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 66 142 -
CMYK 0 0.72 0.39 0.08
HSL 332.86º 0.8% 0.59% -
HSV(B) 332.86º 0.72% 0.92% -
XYZ 40.76 23.34 27.95 -
YUV 124.9 137.66 205.82 -
System Red Green Blue C M Y K H S L
Decimal 234 66 142 0 0.72 0.39 0.08 332.86 0.8 0.59
Hex EA 42 8E 0 48 27 8 14D 50 3B
Octal 352 102 216 0 110 47 10 515 120 73
Binary 11101010 1000010 10001110 0 1001000 100111 1000 101001101 1010000 111011

Color Harmonies of #EA428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA428E

Black with #EA428E

Text Example


Text Example

White with #EA428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA428E; }

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

 H1.HeaderClassName
 {
   color: #EA428E;
 }
 .AnyTagClassName
 {
   color: #EA428E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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