Html Css Color HEX #E24550 Mandy

📋 copy color: '#E24550'

red 226 ◦ green 69 ◦ blue 80

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

Shades of Mandy #E24550

Tints of Mandy #E24550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 60.27%
G = 18.4%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E24550 (or 0xE24550) is known color: Mandy. HEX triplet: E2, 45 and 50. RGB value is (226,69,80). Sum of RGB (Red+Green+Blue) = 226+69+80=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E24550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24550 is #1DBAAF. Grayscale: #757575. Windows color (decimal): -1948336 or 5260770. OLE color: 5260770.

HSL color Cylindrical-coordinate representation of color #E24550: hue angle of 355.8º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E24550 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 69 80 -
CMYK 0 0.69 0.65 0.11
HSL 355.8º 0.73% 0.58% -
HSV(B) 355.8º 0.69% 0.89% -
XYZ 34.94 21 9.8 -
YUV 117.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 226 69 80 0 0.69 0.65 0.11 355.8 0.73 0.58
Hex E2 45 50 0 45 41 B 164 49 3A
Octal 342 105 120 0 105 101 13 544 111 72
Binary 11100010 1000101 1010000 0 1000101 1000001 1011 101100100 1001001 111010

Color Harmonies of #E24550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24550

Black with #E24550

Text Example


Text Example

White with #E24550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24550; }

 p { color: rgb(226,69,80); }

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

background-color css

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

 a { background-color: rgb(226,69,80); }

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

border-color css

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

 span { border-color: rgb(226,69,80); }

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