Html Css Color HEX #E2545D Mandy

📋 copy color: '#E2545D'

red 226 ◦ green 84 ◦ blue 93

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

Shades of Mandy #E2545D

Tints of Mandy #E2545D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.84%

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

R = 56.08%
G = 20.84%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2545D (or 0xE2545D) is known color: Mandy. HEX triplet: E2, 54 and 5D. RGB value is (226,84,93). Sum of RGB (Red+Green+Blue) = 226+84+93=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2545D is #1DABA2. Grayscale: #7F7F7F. Windows color (decimal): -1944483 or 6116578. OLE color: 6116578.

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

Color convert

RGB 226 84 93 -
CMYK 0 0.63 0.59 0.11
HSL 356.2º 0.71% 0.61% -
HSV(B) 356.2º 0.63% 0.89% -
XYZ 36.51 23.3 12.93 -
YUV 127.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 226 84 93 0 0.63 0.59 0.11 356.2 0.71 0.61
Hex E2 54 5D 0 3F 3B B 164 47 3D
Octal 342 124 135 0 77 73 13 544 107 75
Binary 11100010 1010100 1011101 0 111111 111011 1011 101100100 1000111 111101

Color Harmonies of #E2545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2545D

Black with #E2545D

Text Example


Text Example

White with #E2545D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2545D; }

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

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

background-color css

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

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

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

border-color css

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

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

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