Html Css Color HEX #E2525A Mandy

📋 copy color: '#E2525A'

red 226 ◦ green 82 ◦ blue 90

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

Shades of Mandy #E2525A

Tints of Mandy #E2525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.61%

R = 56.78%
G = 20.6%
B = 22.61%

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

#E2525A (or 0xE2525A) is known color: Mandy. HEX triplet: E2, 52 and 5A. RGB value is (226,82,90). Sum of RGB (Red+Green+Blue) = 226+82+90=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E2525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2525A is #1DADA5. Grayscale: #7E7E7E. Windows color (decimal): -1944998 or 5919458. OLE color: 5919458.

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

Color convert

RGB 226 82 90 -
CMYK 0 0.64 0.60 0.11
HSL 356.67º 0.71% 0.6% -
HSV(B) 356.67º 0.64% 0.89% -
XYZ 36.23 22.94 12.19 -
YUV 125.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 226 82 90 0 0.64 0.60 0.11 356.67 0.71 0.6
Hex E2 52 5A 0 40 3C B 165 47 3C
Octal 342 122 132 0 100 74 13 545 107 74
Binary 11100010 1010010 1011010 0 1000000 111100 1011 101100101 1000111 111100

Color Harmonies of #E2525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2525A

Black with #E2525A

Text Example


Text Example

White with #E2525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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