Html Css Color HEX #E0535A Mandy

📋 copy color: '#E0535A'

red 224 ◦ green 83 ◦ blue 90

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

Shades of Mandy #E0535A

Tints of Mandy #E0535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.91%

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

R = 56.42%
G = 20.91%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0535A (or 0xE0535A) is known color: Mandy. HEX triplet: E0, 53 and 5A. RGB value is (224,83,90). Sum of RGB (Red+Green+Blue) = 224+83+90=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0535A is #1FACA5. Grayscale: #7E7E7E. Windows color (decimal): -2075814 or 5919712. OLE color: 5919712.

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

Color convert

RGB 224 83 90 -
CMYK 0 0.63 0.60 0.12
HSL 357.02º 0.69% 0.6% -
HSV(B) 357.02º 0.63% 0.88% -
XYZ 35.68 22.77 12.19 -
YUV 125.96 107.71 197.93 -
System Red Green Blue C M Y K H S L
Decimal 224 83 90 0 0.63 0.60 0.12 357.02 0.69 0.6
Hex E0 53 5A 0 3F 3C C 165 45 3C
Octal 340 123 132 0 77 74 14 545 105 74
Binary 11100000 1010011 1011010 0 111111 111100 1100 101100101 1000101 111100

Color Harmonies of #E0535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0535A

Black with #E0535A

Text Example


Text Example

White with #E0535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0535A; }

 p { color: rgb(224,83,90); }

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

background-color css

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

 a { background-color: rgb(224,83,90); }

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

border-color css

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

 span { border-color: rgb(224,83,90); }

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