Html Css Color HEX #EA4495 Violet Red

📋 copy color: '#EA4495'

red 234 ◦ green 68 ◦ blue 149

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

Shades of Violet Red #EA4495

Tints of Violet Red #EA4495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.08%

 BLUE value IS 149 (58.59% from 255) = 33.04%

R = 51.88%
G = 15.08%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA4495 (or 0xEA4495) is known color: Violet Red. HEX triplet: EA, 44 and 95. RGB value is (234,68,149). Sum of RGB (Red+Green+Blue) = 234+68+149=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4495 is #15BB6A. Grayscale: #7E7E7E. Windows color (decimal): -1424235 or 9782506. OLE color: 9782506.

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

Color convert

RGB 234 68 149 -
CMYK 0 0.71 0.36 0.08
HSL 330.72º 0.8% 0.59% -
HSV(B) 330.72º 0.71% 0.92% -
XYZ 41.42 23.8 30.84 -
YUV 126.87 140.5 204.41 -
System Red Green Blue C M Y K H S L
Decimal 234 68 149 0 0.71 0.36 0.08 330.72 0.8 0.59
Hex EA 44 95 0 47 24 8 14B 50 3B
Octal 352 104 225 0 107 44 10 513 120 73
Binary 11101010 1000100 10010101 0 1000111 100100 1000 101001011 1010000 111011

Color Harmonies of #EA4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4495

Black with #EA4495

Text Example


Text Example

White with #EA4495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4495; }

 p { color: rgb(234,68,149); }

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

background-color css

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

 a { background-color: rgb(234,68,149); }

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

border-color css

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

 span { border-color: rgb(234,68,149); }

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