Html Css Color HEX #EA4499 Violet Red

📋 copy color: '#EA4499'

red 234 ◦ green 68 ◦ blue 153

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

Shades of Violet Red #EA4499

Tints of Violet Red #EA4499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.63%

R = 51.43%
G = 14.95%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA4499 (or 0xEA4499) is known color: Violet Red. HEX triplet: EA, 44 and 99. RGB value is (234,68,153). Sum of RGB (Red+Green+Blue) = 234+68+153=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4499 is #15BB66. Grayscale: #7F7F7F. Windows color (decimal): -1424231 or 10044650. OLE color: 10044650.

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

Color convert

RGB 234 68 153 -
CMYK 0 0.71 0.35 0.08
HSL 329.28º 0.8% 0.59% -
HSV(B) 329.28º 0.71% 0.92% -
XYZ 41.75 23.93 32.55 -
YUV 127.32 142.5 204.09 -
System Red Green Blue C M Y K H S L
Decimal 234 68 153 0 0.71 0.35 0.08 329.28 0.8 0.59
Hex EA 44 99 0 47 23 8 149 50 3B
Octal 352 104 231 0 107 43 10 511 120 73
Binary 11101010 1000100 10011001 0 1000111 100011 1000 101001001 1010000 111011

Color Harmonies of #EA4499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4499

Black with #EA4499

Text Example


Text Example

White with #EA4499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4499; }

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

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

background-color css

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

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

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

border-color css

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

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

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