Html Css Color HEX #EA494C Mandy

📋 copy color: '#EA494C'

red 234 ◦ green 73 ◦ blue 76

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

Shades of Mandy #EA494C

Tints of Mandy #EA494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.06%

 BLUE value IS 76 (30.08% from 255) = 19.84%

R = 61.1%
G = 19.06%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA494C (or 0xEA494C) is known color: Mandy. HEX triplet: EA, 49 and 4C. RGB value is (234,73,76). Sum of RGB (Red+Green+Blue) = 234+73+76=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA494C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA494C is #15B6B3. Grayscale: #797979. Windows color (decimal): -1423028 or 4999658. OLE color: 4999658.

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

Color convert

RGB 234 73 76 -
CMYK 0 0.69 0.68 0.08
HSL 358.88º 0.79% 0.6% -
HSV(B) 358.88º 0.69% 0.92% -
XYZ 37.62 22.78 9.25 -
YUV 121.48 102.34 208.26 -
System Red Green Blue C M Y K H S L
Decimal 234 73 76 0 0.69 0.68 0.08 358.88 0.79 0.6
Hex EA 49 4C 0 45 44 8 167 4F 3C
Octal 352 111 114 0 105 104 10 547 117 74
Binary 11101010 1001001 1001100 0 1000101 1000100 1000 101100111 1001111 111100

Color Harmonies of #EA494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA494C

Black with #EA494C

Text Example


Text Example

White with #EA494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA494C; }

 p { color: rgb(234,73,76); }

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

background-color css

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

 a { background-color: rgb(234,73,76); }

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

border-color css

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

 span { border-color: rgb(234,73,76); }

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