Html Css Color HEX #E2494D Mandy

📋 copy color: '#E2494D'

red 226 ◦ green 73 ◦ blue 77

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

Shades of Mandy #E2494D

Tints of Mandy #E2494D

RGB

 RED value IS 226 (88.67% from 255) = 60.11%

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

 BLUE value IS 77 (30.47% from 255) = 20.48%

R = 60.11%
G = 19.41%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2494D (or 0xE2494D) is known color: Mandy. HEX triplet: E2, 49 and 4D. RGB value is (226,73,77). Sum of RGB (Red+Green+Blue) = 226+73+77=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E2494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2494D is #1DB6B2. Grayscale: #777777. Windows color (decimal): -1947315 or 5065186. OLE color: 5065186.

HSL color Cylindrical-coordinate representation of color #E2494D: hue angle of 358.43º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2494D is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 73 77 -
CMYK 0 0.68 0.66 0.11
HSL 358.43º 0.73% 0.59% -
HSV(B) 358.43º 0.68% 0.89% -
XYZ 35.09 21.47 9.32 -
YUV 119.2 104.19 204.17 -
System Red Green Blue C M Y K H S L
Decimal 226 73 77 0 0.68 0.66 0.11 358.43 0.73 0.59
Hex E2 49 4D 0 44 42 B 166 49 3B
Octal 342 111 115 0 104 102 13 546 111 73
Binary 11100010 1001001 1001101 0 1000100 1000010 1011 101100110 1001001 111011

Color Harmonies of #E2494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2494D

Black with #E2494D

Text Example


Text Example

White with #E2494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2494D; }

 p { color: rgb(226,73,77); }

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

background-color css

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

 a { background-color: rgb(226,73,77); }

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

border-color css

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

 span { border-color: rgb(226,73,77); }

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