Html Css Color HEX #EA494F Mandy

📋 copy color: '#EA494F'

red 234 ◦ green 73 ◦ blue 79

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

Shades of Mandy #EA494F

Tints of Mandy #EA494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.47%

R = 60.62%
G = 18.91%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA494F (or 0xEA494F) is known color: Mandy. HEX triplet: EA, 49 and 4F. RGB value is (234,73,79). Sum of RGB (Red+Green+Blue) = 234+73+79=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA494F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA494F is #15B6B0. Grayscale: #797979. Windows color (decimal): -1423025 or 5196266. OLE color: 5196266.

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

Color convert

RGB 234 73 79 -
CMYK 0 0.69 0.66 0.08
HSL 357.76º 0.79% 0.6% -
HSV(B) 357.76º 0.69% 0.92% -
XYZ 37.73 22.82 9.81 -
YUV 121.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 234 73 79 0 0.69 0.66 0.08 357.76 0.79 0.6
Hex EA 49 4F 0 45 42 8 166 4F 3C
Octal 352 111 117 0 105 102 10 546 117 74
Binary 11101010 1001001 1001111 0 1000101 1000010 1000 101100110 1001111 111100

Color Harmonies of #EA494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA494F

Black with #EA494F

Text Example


Text Example

White with #EA494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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