Html Css Color HEX #E05A65 Mandy

📋 copy color: '#E05A65'

red 224 ◦ green 90 ◦ blue 101

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

Shades of Mandy #E05A65

Tints of Mandy #E05A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.69%

 BLUE value IS 101 (39.84% from 255) = 24.34%

R = 53.98%
G = 21.69%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E05A65 (or 0xE05A65) is known color: Mandy. HEX triplet: E0, 5A and 65. RGB value is (224,90,101). Sum of RGB (Red+Green+Blue) = 224+90+101=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A65 is #1FA59A. Grayscale: #838383. Windows color (decimal): -2074011 or 6642400. OLE color: 6642400.

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

Color convert

RGB 224 90 101 -
CMYK 0 0.60 0.55 0.12
HSL 355.07º 0.68% 0.62% -
HSV(B) 355.07º 0.6% 0.88% -
XYZ 36.75 24.1 15.03 -
YUV 131.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 224 90 101 0 0.60 0.55 0.12 355.07 0.68 0.62
Hex E0 5A 65 0 3C 37 C 163 44 3E
Octal 340 132 145 0 74 67 14 543 104 76
Binary 11100000 1011010 1100101 0 111100 110111 1100 101100011 1000100 111110

Color Harmonies of #E05A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A65

Black with #E05A65

Text Example


Text Example

White with #E05A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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