Html Css Color HEX #E16676 Froly

📋 copy color: '#E16676'

red 225 ◦ green 102 ◦ blue 118

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

Shades of Froly #E16676

Tints of Froly #E16676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.92%

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

R = 50.56%
G = 22.92%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E16676 (or 0xE16676) is known color: Froly. HEX triplet: E1, 66 and 76. RGB value is (225,102,118). Sum of RGB (Red+Green+Blue) = 225+102+118=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E16676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16676 is #1E9989. Grayscale: #8C8C8C. Windows color (decimal): -2005386 or 7759585. OLE color: 7759585.

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

Color convert

RGB 225 102 118 -
CMYK 0 0.55 0.48 0.12
HSL 352.2º 0.67% 0.64% -
HSV(B) 352.2º 0.55% 0.88% -
XYZ 39.07 26.82 20.26 -
YUV 140.6 115.25 188.2 -
System Red Green Blue C M Y K H S L
Decimal 225 102 118 0 0.55 0.48 0.12 352.2 0.67 0.64
Hex E1 66 76 0 37 30 C 160 43 40
Octal 341 146 166 0 67 60 14 540 103 100
Binary 11100001 1100110 1110110 0 110111 110000 1100 101100000 1000011 1000000

Color Harmonies of #E16676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16676

Black with #E16676

Text Example


Text Example

White with #E16676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16676; }

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

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

background-color css

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

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

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

border-color css

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

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

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