Html Css Color HEX #E17077 Froly

📋 copy color: '#E17077'

red 225 ◦ green 112 ◦ blue 119

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

Shades of Froly #E17077

Tints of Froly #E17077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.1%

R = 49.34%
G = 24.56%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E17077 (or 0xE17077) is known color: Froly. HEX triplet: E1, 70 and 77. RGB value is (225,112,119). Sum of RGB (Red+Green+Blue) = 225+112+119=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E17077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17077 is #1E8F88. Grayscale: #929292. Windows color (decimal): -2002825 or 7827681. OLE color: 7827681.

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

Color convert

RGB 225 112 119 -
CMYK 0 0.50 0.47 0.12
HSL 356.28º 0.65% 0.66% -
HSV(B) 356.28º 0.5% 0.88% -
XYZ 40.18 28.93 20.92 -
YUV 146.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 225 112 119 0 0.50 0.47 0.12 356.28 0.65 0.66
Hex E1 70 77 0 32 2F C 164 41 42
Octal 341 160 167 0 62 57 14 544 101 102
Binary 11100001 1110000 1110111 0 110010 101111 1100 101100100 1000001 1000010

Color Harmonies of #E17077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17077

Black with #E17077

Text Example


Text Example

White with #E17077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17077; }

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

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

background-color css

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

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

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

border-color css

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

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

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