Html Css Color HEX #E16076 Froly

📋 copy color: '#E16076'

red 225 ◦ green 96 ◦ blue 118

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

Shades of Froly #E16076

Tints of Froly #E16076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.88%

R = 51.25%
G = 21.87%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E16076 (or 0xE16076) is known color: Froly. HEX triplet: E1, 60 and 76. RGB value is (225,96,118). Sum of RGB (Red+Green+Blue) = 225+96+118=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E16076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16076 is #1E9F89. Grayscale: #898989. Windows color (decimal): -2006922 or 7758049. OLE color: 7758049.

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

Color convert

RGB 225 96 118 -
CMYK 0 0.57 0.48 0.12
HSL 349.77º 0.68% 0.63% -
HSV(B) 349.77º 0.57% 0.88% -
XYZ 38.5 25.68 20.07 -
YUV 137.08 117.24 190.71 -
System Red Green Blue C M Y K H S L
Decimal 225 96 118 0 0.57 0.48 0.12 349.77 0.68 0.63
Hex E1 60 76 0 39 30 C 15E 44 3F
Octal 341 140 166 0 71 60 14 536 104 77
Binary 11100001 1100000 1110110 0 111001 110000 1100 101011110 1000100 111111

Color Harmonies of #E16076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16076

Black with #E16076

Text Example


Text Example

White with #E16076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16076; }

 p { color: rgb(225,96,118); }

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

background-color css

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

 a { background-color: rgb(225,96,118); }

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

border-color css

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

 span { border-color: rgb(225,96,118); }

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