Html Css Color HEX #E2525B Mandy

📋 copy color: '#E2525B'

red 226 ◦ green 82 ◦ blue 91

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

Shades of Mandy #E2525B

Tints of Mandy #E2525B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.55%

 BLUE value IS 91 (35.94% from 255) = 22.81%

R = 56.64%
G = 20.55%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2525B (or 0xE2525B) is known color: Mandy. HEX triplet: E2, 52 and 5B. RGB value is (226,82,91). Sum of RGB (Red+Green+Blue) = 226+82+91=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E2525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2525B is #1DADA4. Grayscale: #7E7E7E. Windows color (decimal): -1944997 or 5984994. OLE color: 5984994.

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

Color convert

RGB 226 82 91 -
CMYK 0 0.64 0.60 0.11
HSL 356.25º 0.71% 0.6% -
HSV(B) 356.25º 0.64% 0.89% -
XYZ 36.27 22.96 12.42 -
YUV 126.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 226 82 91 0 0.64 0.60 0.11 356.25 0.71 0.6
Hex E2 52 5B 0 40 3C B 164 47 3C
Octal 342 122 133 0 100 74 13 544 107 74
Binary 11100010 1010010 1011011 0 1000000 111100 1011 101100100 1000111 111100

Color Harmonies of #E2525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2525B

Black with #E2525B

Text Example


Text Example

White with #E2525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2525B; }

 p { color: rgb(226,82,91); }

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

background-color css

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

 a { background-color: rgb(226,82,91); }

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

border-color css

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

 span { border-color: rgb(226,82,91); }

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