Html Css Color HEX #E05D72 Froly

📋 copy color: '#E05D72'

red 224 ◦ green 93 ◦ blue 114

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

Shades of Froly #E05D72

Tints of Froly #E05D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 51.97%
G = 21.58%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E05D72 (or 0xE05D72) is known color: Froly. HEX triplet: E0, 5D and 72. RGB value is (224,93,114). Sum of RGB (Red+Green+Blue) = 224+93+114=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D72 is #1FA28D. Grayscale: #868686. Windows color (decimal): -2073230 or 7495136. OLE color: 7495136.

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

Color convert

RGB 224 93 114 -
CMYK 0 0.58 0.49 0.12
HSL 350.38º 0.68% 0.62% -
HSV(B) 350.38º 0.58% 0.88% -
XYZ 37.69 24.89 18.74 -
YUV 134.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 224 93 114 0 0.58 0.49 0.12 350.38 0.68 0.62
Hex E0 5D 72 0 3A 31 C 15E 44 3E
Octal 340 135 162 0 72 61 14 536 104 76
Binary 11100000 1011101 1110010 0 111010 110001 1100 101011110 1000100 111110

Color Harmonies of #E05D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D72

Black with #E05D72

Text Example


Text Example

White with #E05D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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