Html Css Color HEX #E17078 Froly

📋 copy color: '#E17078'

red 225 ◦ green 112 ◦ blue 120

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

Shades of Froly #E17078

Tints of Froly #E17078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.26%

R = 49.23%
G = 24.51%
B = 26.26%

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

#E17078 (or 0xE17078) is known color: Froly. HEX triplet: E1, 70 and 78. RGB value is (225,112,120). Sum of RGB (Red+Green+Blue) = 225+112+120=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E17078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17078 is #1E8F87. Grayscale: #929292. Windows color (decimal): -2002824 or 7893217. OLE color: 7893217.

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

Color convert

RGB 225 112 120 -
CMYK 0 0.50 0.47 0.12
HSL 355.75º 0.65% 0.66% -
HSV(B) 355.75º 0.5% 0.88% -
XYZ 40.24 28.95 21.24 -
YUV 146.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 225 112 120 0 0.50 0.47 0.12 355.75 0.65 0.66
Hex E1 70 78 0 32 2F C 164 41 42
Octal 341 160 170 0 62 57 14 544 101 102
Binary 11100001 1110000 1111000 0 110010 101111 1100 101100100 1000001 1000010

Color Harmonies of #E17078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17078

Black with #E17078

Text Example


Text Example

White with #E17078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17078; }

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

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

background-color css

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

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

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

border-color css

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

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

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