Html Css Color HEX #E2515D Mandy

📋 copy color: '#E2515D'

red 226 ◦ green 81 ◦ blue 93

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

Shades of Mandy #E2515D

Tints of Mandy #E2515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.25%

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

R = 56.5%
G = 20.25%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2515D (or 0xE2515D) is known color: Mandy. HEX triplet: E2, 51 and 5D. RGB value is (226,81,93). Sum of RGB (Red+Green+Blue) = 226+81+93=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E2515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2515D is #1DAEA2. Grayscale: #7D7D7D. Windows color (decimal): -1945251 or 6115810. OLE color: 6115810.

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

Color convert

RGB 226 81 93 -
CMYK 0 0.64 0.59 0.11
HSL 355.03º 0.71% 0.6% -
HSV(B) 355.03º 0.64% 0.89% -
XYZ 36.28 22.84 12.85 -
YUV 125.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 226 81 93 0 0.64 0.59 0.11 355.03 0.71 0.6
Hex E2 51 5D 0 40 3B B 163 47 3C
Octal 342 121 135 0 100 73 13 543 107 74
Binary 11100010 1010001 1011101 0 1000000 111011 1011 101100011 1000111 111100

Color Harmonies of #E2515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2515D

Black with #E2515D

Text Example


Text Example

White with #E2515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2515D; }

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

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

background-color css

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

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

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

border-color css

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

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

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