Html Css Color HEX #E16376 Froly

📋 copy color: '#E16376'

red 225 ◦ green 99 ◦ blue 118

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

Shades of Froly #E16376

Tints of Froly #E16376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.4%

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

R = 50.9%
G = 22.4%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E16376 (or 0xE16376) is known color: Froly. HEX triplet: E1, 63 and 76. RGB value is (225,99,118). Sum of RGB (Red+Green+Blue) = 225+99+118=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E16376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16376 is #1E9C89. Grayscale: #8A8A8A. Windows color (decimal): -2006154 or 7758817. OLE color: 7758817.

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

Color convert

RGB 225 99 118 -
CMYK 0 0.56 0.48 0.12
HSL 350.95º 0.68% 0.64% -
HSV(B) 350.95º 0.56% 0.88% -
XYZ 38.78 26.24 20.16 -
YUV 138.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 225 99 118 0 0.56 0.48 0.12 350.95 0.68 0.64
Hex E1 63 76 0 38 30 C 15F 44 40
Octal 341 143 166 0 70 60 14 537 104 100
Binary 11100001 1100011 1110110 0 111000 110000 1100 101011111 1000100 1000000

Color Harmonies of #E16376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16376

Black with #E16376

Text Example


Text Example

White with #E16376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16376; }

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

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

background-color css

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

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

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

border-color css

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

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

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