Html Css Color HEX #E05264 Mandy

📋 copy color: '#E05264'

red 224 ◦ green 82 ◦ blue 100

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

Shades of Mandy #E05264

Tints of Mandy #E05264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.63%

R = 55.17%
G = 20.2%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E05264 (or 0xE05264) is known color: Mandy. HEX triplet: E0, 52 and 64. RGB value is (224,82,100). Sum of RGB (Red+Green+Blue) = 224+82+100=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E05264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05264 is #1FAD9B. Grayscale: #7E7E7E. Windows color (decimal): -2076060 or 6574816. OLE color: 6574816.

HSL color Cylindrical-coordinate representation of color #E05264: hue angle of 352.39º degrees, saturation: 0.7, 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 #E05264 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 100 -
CMYK 0 0.63 0.55 0.12
HSL 352.39º 0.7% 0.6% -
HSV(B) 352.39º 0.63% 0.88% -
XYZ 36.06 22.8 14.56 -
YUV 126.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 224 82 100 0 0.63 0.55 0.12 352.39 0.7 0.6
Hex E0 52 64 0 3F 37 C 160 46 3C
Octal 340 122 144 0 77 67 14 540 106 74
Binary 11100000 1010010 1100100 0 111111 110111 1100 101100000 1000110 111100

Color Harmonies of #E05264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05264

Black with #E05264

Text Example


Text Example

White with #E05264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05264; }

 p { color: rgb(224,82,100); }

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

background-color css

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

 a { background-color: rgb(224,82,100); }

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

border-color css

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

 span { border-color: rgb(224,82,100); }

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