Html Css Color HEX #E05355 Mandy

📋 copy color: '#E05355'

red 224 ◦ green 83 ◦ blue 85

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

Shades of Mandy #E05355

Tints of Mandy #E05355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.68%

R = 57.14%
G = 21.17%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E05355 (or 0xE05355) is known color: Mandy. HEX triplet: E0, 53 and 55. RGB value is (224,83,85). Sum of RGB (Red+Green+Blue) = 224+83+85=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E05355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05355 is #1FACAA. Grayscale: #7D7D7D. Windows color (decimal): -2075819 or 5592032. OLE color: 5592032.

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

Color convert

RGB 224 83 85 -
CMYK 0 0.63 0.62 0.12
HSL 359.15º 0.69% 0.6% -
HSV(B) 359.15º 0.63% 0.88% -
XYZ 35.47 22.69 11.1 -
YUV 125.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 224 83 85 0 0.63 0.62 0.12 359.15 0.69 0.6
Hex E0 53 55 0 3F 3E C 167 45 3C
Octal 340 123 125 0 77 76 14 547 105 74
Binary 11100000 1010011 1010101 0 111111 111110 1100 101100111 1000101 111100

Color Harmonies of #E05355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05355

Black with #E05355

Text Example


Text Example

White with #E05355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05355; }

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

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

background-color css

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

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

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

border-color css

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

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

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