Html Css Color HEX #E2525E Mandy

📋 copy color: '#E2525E'

red 226 ◦ green 82 ◦ blue 94

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

Shades of Mandy #E2525E

Tints of Mandy #E2525E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.38%

R = 56.22%
G = 20.4%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2525E (or 0xE2525E) is known color: Mandy. HEX triplet: E2, 52 and 5E. RGB value is (226,82,94). Sum of RGB (Red+Green+Blue) = 226+82+94=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E2525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2525E is #1DADA1. Grayscale: #7E7E7E. Windows color (decimal): -1944994 or 6181602. OLE color: 6181602.

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

Color convert

RGB 226 82 94 -
CMYK 0 0.64 0.58 0.11
HSL 355º 0.71% 0.6% -
HSV(B) 355º 0.64% 0.89% -
XYZ 36.4 23.01 13.11 -
YUV 126.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 226 82 94 0 0.64 0.58 0.11 355 0.71 0.6
Hex E2 52 5E 0 40 3A B 163 47 3C
Octal 342 122 136 0 100 72 13 543 107 74
Binary 11100010 1010010 1011110 0 1000000 111010 1011 101100011 1000111 111100

Color Harmonies of #E2525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2525E

Black with #E2525E

Text Example


Text Example

White with #E2525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2525E; }

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

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

background-color css

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

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

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

border-color css

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

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

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