Html Css Color HEX #E16166 Froly

📋 copy color: '#E16166'

red 225 ◦ green 97 ◦ blue 102

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

Shades of Froly #E16166

Tints of Froly #E16166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.06%

R = 53.07%
G = 22.88%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E16166 (or 0xE16166) is known color: Froly. HEX triplet: E1, 61 and 66. RGB value is (225,97,102). Sum of RGB (Red+Green+Blue) = 225+97+102=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E16166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16166 is #1E9E99. Grayscale: #878787. Windows color (decimal): -2006682 or 6709729. OLE color: 6709729.

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

Color convert

RGB 225 97 102 -
CMYK 0 0.57 0.55 0.12
HSL 357.66º 0.68% 0.63% -
HSV(B) 357.66º 0.57% 0.88% -
XYZ 37.72 25.52 15.51 -
YUV 135.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 225 97 102 0 0.57 0.55 0.12 357.66 0.68 0.63
Hex E1 61 66 0 39 37 C 166 44 3F
Octal 341 141 146 0 71 67 14 546 104 77
Binary 11100001 1100001 1100110 0 111001 110111 1100 101100110 1000100 111111

Color Harmonies of #E16166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16166

Black with #E16166

Text Example


Text Example

White with #E16166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16166; }

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

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

background-color css

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

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

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

border-color css

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

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

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