Html Css Color HEX #E06072 Froly

📋 copy color: '#E06072'

red 224 ◦ green 96 ◦ blue 114

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

Shades of Froly #E06072

Tints of Froly #E06072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.12%

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

R = 51.61%
G = 22.12%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E06072 (or 0xE06072) is known color: Froly. HEX triplet: E0, 60 and 72. RGB value is (224,96,114). Sum of RGB (Red+Green+Blue) = 224+96+114=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E06072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06072 is #1F9F8D. Grayscale: #888888. Windows color (decimal): -2072462 or 7495904. OLE color: 7495904.

HSL color Cylindrical-coordinate representation of color #E06072: hue angle of 351.56º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06072 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 96 114 -
CMYK 0 0.57 0.49 0.12
HSL 351.56º 0.67% 0.63% -
HSV(B) 351.56º 0.57% 0.88% -
XYZ 37.96 25.43 18.83 -
YUV 136.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 224 96 114 0 0.57 0.49 0.12 351.56 0.67 0.63
Hex E0 60 72 0 39 31 C 160 43 3F
Octal 340 140 162 0 71 61 14 540 103 77
Binary 11100000 1100000 1110010 0 111001 110001 1100 101100000 1000011 111111

Color Harmonies of #E06072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06072

Black with #E06072

Text Example


Text Example

White with #E06072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06072; }

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

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

background-color css

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

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

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

border-color css

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

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

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