Html Css Color HEX #E2495D Mandy

📋 copy color: '#E2495D'

red 226 ◦ green 73 ◦ blue 93

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

Shades of Mandy #E2495D

Tints of Mandy #E2495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 57.65%
G = 18.62%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2495D (or 0xE2495D) is known color: Mandy. HEX triplet: E2, 49 and 5D. RGB value is (226,73,93). Sum of RGB (Red+Green+Blue) = 226+73+93=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E2495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2495D is #1DB6A2. Grayscale: #797979. Windows color (decimal): -1947299 or 6113762. OLE color: 6113762.

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

Color convert

RGB 226 73 93 -
CMYK 0 0.68 0.59 0.11
HSL 352.16º 0.73% 0.59% -
HSV(B) 352.16º 0.68% 0.89% -
XYZ 35.72 21.72 12.67 -
YUV 121.03 112.19 202.87 -
System Red Green Blue C M Y K H S L
Decimal 226 73 93 0 0.68 0.59 0.11 352.16 0.73 0.59
Hex E2 49 5D 0 44 3B B 160 49 3B
Octal 342 111 135 0 104 73 13 540 111 73
Binary 11100010 1001001 1011101 0 1000100 111011 1011 101100000 1001001 111011

Color Harmonies of #E2495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2495D

Black with #E2495D

Text Example


Text Example

White with #E2495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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