Html Css Color HEX #E17072 Froly

📋 copy color: '#E17072'

red 225 ◦ green 112 ◦ blue 114

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

Shades of Froly #E17072

Tints of Froly #E17072

RGB

 RED value IS 225 (88.28% from 255) = 49.89%

 GREEN value IS 112 (44.14% from 255) = 24.83%

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

R = 49.89%
G = 24.83%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E17072 (or 0xE17072) is known color: Froly. HEX triplet: E1, 70 and 72. RGB value is (225,112,114). Sum of RGB (Red+Green+Blue) = 225+112+114=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E17072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17072 is #1E8F8D. Grayscale: #929292. Windows color (decimal): -2002830 or 7500001. OLE color: 7500001.

HSL color Cylindrical-coordinate representation of color #E17072: hue angle of 358.94º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E17072 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 112 114 -
CMYK 0 0.50 0.49 0.12
HSL 358.94º 0.65% 0.66% -
HSV(B) 358.94º 0.5% 0.88% -
XYZ 39.88 28.81 19.38 -
YUV 146.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 225 112 114 0 0.50 0.49 0.12 358.94 0.65 0.66
Hex E1 70 72 0 32 31 C 167 41 42
Octal 341 160 162 0 62 61 14 547 101 102
Binary 11100001 1110000 1110010 0 110010 110001 1100 101100111 1000001 1000010

Color Harmonies of #E17072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17072

Black with #E17072

Text Example


Text Example

White with #E17072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17072; }

 p { color: rgb(225,112,114); }

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

background-color css

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

 a { background-color: rgb(225,112,114); }

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

border-color css

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

 span { border-color: rgb(225,112,114); }

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