Html Css Color HEX #E16178 Froly

📋 copy color: '#E16178'

red 225 ◦ green 97 ◦ blue 120

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

Shades of Froly #E16178

Tints of Froly #E16178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.95%

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

R = 50.9%
G = 21.95%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E16178 (or 0xE16178) is known color: Froly. HEX triplet: E1, 61 and 78. RGB value is (225,97,120). Sum of RGB (Red+Green+Blue) = 225+97+120=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E16178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16178 is #1E9E87. Grayscale: #898989. Windows color (decimal): -2006664 or 7889377. OLE color: 7889377.

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

Color convert

RGB 225 97 120 -
CMYK 0 0.57 0.47 0.12
HSL 349.22º 0.68% 0.63% -
HSV(B) 349.22º 0.57% 0.88% -
XYZ 38.72 25.91 20.73 -
YUV 137.89 117.91 190.13 -
System Red Green Blue C M Y K H S L
Decimal 225 97 120 0 0.57 0.47 0.12 349.22 0.68 0.63
Hex E1 61 78 0 39 2F C 15D 44 3F
Octal 341 141 170 0 71 57 14 535 104 77
Binary 11100001 1100001 1111000 0 111001 101111 1100 101011101 1000100 111111

Color Harmonies of #E16178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16178

Black with #E16178

Text Example


Text Example

White with #E16178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16178; }

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

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

background-color css

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

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

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

border-color css

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

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

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