Html Css Color HEX #EA428B Violet Red

📋 copy color: '#EA428B'

red 234 ◦ green 66 ◦ blue 139

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

Shades of Violet Red #EA428B

Tints of Violet Red #EA428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.66%

R = 53.3%
G = 15.03%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA428B (or 0xEA428B) is known color: Violet Red. HEX triplet: EA, 42 and 8B. RGB value is (234,66,139). Sum of RGB (Red+Green+Blue) = 234+66+139=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA428B is #15BD74. Grayscale: #7C7C7C. Windows color (decimal): -1424757 or 9126634. OLE color: 9126634.

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

Color convert

RGB 234 66 139 -
CMYK 0 0.72 0.41 0.08
HSL 333.93º 0.8% 0.59% -
HSV(B) 333.93º 0.72% 0.92% -
XYZ 40.54 23.25 26.78 -
YUV 124.55 136.16 206.06 -
System Red Green Blue C M Y K H S L
Decimal 234 66 139 0 0.72 0.41 0.08 333.93 0.8 0.59
Hex EA 42 8B 0 48 29 8 14E 50 3B
Octal 352 102 213 0 110 51 10 516 120 73
Binary 11101010 1000010 10001011 0 1001000 101001 1000 101001110 1010000 111011

Color Harmonies of #EA428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA428B

Black with #EA428B

Text Example


Text Example

White with #EA428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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