Html Css Color HEX #E04550 Mandy

📋 copy color: '#E04550'

red 224 ◦ green 69 ◦ blue 80

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

Shades of Mandy #E04550

Tints of Mandy #E04550

RGB

 RED value IS 224 (87.89% from 255) = 60.05%

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

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

R = 60.05%
G = 18.5%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E04550 (or 0xE04550) is known color: Mandy. HEX triplet: E0, 45 and 50. RGB value is (224,69,80). Sum of RGB (Red+Green+Blue) = 224+69+80=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E04550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04550 is #1FBAAF. Grayscale: #747474. Windows color (decimal): -2079408 or 5260768. OLE color: 5260768.

HSL color Cylindrical-coordinate representation of color #E04550: hue angle of 355.74º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04550 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 69 80 -
CMYK 0 0.69 0.64 0.12
HSL 355.74º 0.71% 0.57% -
HSV(B) 355.74º 0.69% 0.88% -
XYZ 34.32 20.68 9.77 -
YUV 116.6 107.35 204.61 -
System Red Green Blue C M Y K H S L
Decimal 224 69 80 0 0.69 0.64 0.12 355.74 0.71 0.57
Hex E0 45 50 0 45 40 C 164 47 39
Octal 340 105 120 0 105 100 14 544 107 71
Binary 11100000 1000101 1010000 0 1000101 1000000 1100 101100100 1000111 111001

Color Harmonies of #E04550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04550

Black with #E04550

Text Example


Text Example

White with #E04550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04550; }

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

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

background-color css

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

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

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

border-color css

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

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

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