Html Css Color HEX #EA489D Violet Red

📋 copy color: '#EA489D'

red 234 ◦ green 72 ◦ blue 157

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

Shades of Violet Red #EA489D

Tints of Violet Red #EA489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.55%

 BLUE value IS 157 (61.72% from 255) = 33.91%

R = 50.54%
G = 15.55%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA489D (or 0xEA489D) is known color: Violet Red. HEX triplet: EA, 48 and 9D. RGB value is (234,72,157). Sum of RGB (Red+Green+Blue) = 234+72+157=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA489D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA489D is #15B762. Grayscale: #818181. Windows color (decimal): -1423203 or 10307818. OLE color: 10307818.

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

Color convert

RGB 234 72 157 -
CMYK 0 0.69 0.33 0.08
HSL 328.52º 0.79% 0.6% -
HSV(B) 328.52º 0.69% 0.92% -
XYZ 42.33 24.56 34.41 -
YUV 130.13 143.17 202.09 -
System Red Green Blue C M Y K H S L
Decimal 234 72 157 0 0.69 0.33 0.08 328.52 0.79 0.6
Hex EA 48 9D 0 45 21 8 149 4F 3C
Octal 352 110 235 0 105 41 10 511 117 74
Binary 11101010 1001000 10011101 0 1000101 100001 1000 101001001 1001111 111100

Color Harmonies of #EA489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA489D

Black with #EA489D

Text Example


Text Example

White with #EA489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA489D; }

 p { color: rgb(234,72,157); }

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

background-color css

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

 a { background-color: rgb(234,72,157); }

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

border-color css

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

 span { border-color: rgb(234,72,157); }

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