Html Css Color HEX #E16976 Froly

📋 copy color: '#E16976'

red 225 ◦ green 105 ◦ blue 118

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

Shades of Froly #E16976

Tints of Froly #E16976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.44%

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

R = 50.22%
G = 23.44%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E16976 (or 0xE16976) is known color: Froly. HEX triplet: E1, 69 and 76. RGB value is (225,105,118). Sum of RGB (Red+Green+Blue) = 225+105+118=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E16976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16976 is #1E9689. Grayscale: #8E8E8E. Windows color (decimal): -2004618 or 7760353. OLE color: 7760353.

HSL color Cylindrical-coordinate representation of color #E16976: hue angle of 353.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16976 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 105 118 -
CMYK 0 0.53 0.48 0.12
HSL 353.5º 0.67% 0.65% -
HSV(B) 353.5º 0.53% 0.88% -
XYZ 39.37 27.42 20.36 -
YUV 142.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 225 105 118 0 0.53 0.48 0.12 353.5 0.67 0.65
Hex E1 69 76 0 35 30 C 162 43 41
Octal 341 151 166 0 65 60 14 542 103 101
Binary 11100001 1101001 1110110 0 110101 110000 1100 101100010 1000011 1000001

Color Harmonies of #E16976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16976

Black with #E16976

Text Example


Text Example

White with #E16976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16976; }

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

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

background-color css

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

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

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

border-color css

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

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

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