Html Css Color HEX #E05D71 Froly

📋 copy color: '#E05D71'

red 224 ◦ green 93 ◦ blue 113

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

Shades of Froly #E05D71

Tints of Froly #E05D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.63%

 BLUE value IS 113 (44.53% from 255) = 26.28%

R = 52.09%
G = 21.63%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E05D71 (or 0xE05D71) is known color: Froly. HEX triplet: E0, 5D and 71. RGB value is (224,93,113). Sum of RGB (Red+Green+Blue) = 224+93+113=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D71 is #1FA28E. Grayscale: #868686. Windows color (decimal): -2073231 or 7429600. OLE color: 7429600.

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

Color convert

RGB 224 93 113 -
CMYK 0 0.58 0.50 0.12
HSL 350.84º 0.68% 0.62% -
HSV(B) 350.84º 0.58% 0.88% -
XYZ 37.64 24.87 18.44 -
YUV 134.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 224 93 113 0 0.58 0.50 0.12 350.84 0.68 0.62
Hex E0 5D 71 0 3A 32 C 15F 44 3E
Octal 340 135 161 0 72 62 14 537 104 76
Binary 11100000 1011101 1110001 0 111010 110010 1100 101011111 1000100 111110

Color Harmonies of #E05D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D71

Black with #E05D71

Text Example


Text Example

White with #E05D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D71; }

 p { color: rgb(224,93,113); }

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

background-color css

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

 a { background-color: rgb(224,93,113); }

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

border-color css

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

 span { border-color: rgb(224,93,113); }

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