Html Css Color HEX #E16266 Froly

📋 copy color: '#E16266'

red 225 ◦ green 98 ◦ blue 102

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

Shades of Froly #E16266

Tints of Froly #E16266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.06%

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

R = 52.94%
G = 23.06%
B = 24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E16266 (or 0xE16266) is known color: Froly. HEX triplet: E1, 62 and 66. RGB value is (225,98,102). Sum of RGB (Red+Green+Blue) = 225+98+102=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E16266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16266 is #1E9D99. Grayscale: #888888. Windows color (decimal): -2006426 or 6709985. OLE color: 6709985.

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

Color convert

RGB 225 98 102 -
CMYK 0 0.56 0.55 0.12
HSL 358.11º 0.68% 0.63% -
HSV(B) 358.11º 0.56% 0.88% -
XYZ 37.82 25.7 15.54 -
YUV 136.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 225 98 102 0 0.56 0.55 0.12 358.11 0.68 0.63
Hex E1 62 66 0 38 37 C 166 44 3F
Octal 341 142 146 0 70 67 14 546 104 77
Binary 11100001 1100010 1100110 0 111000 110111 1100 101100110 1000100 111111

Color Harmonies of #E16266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16266

Black with #E16266

Text Example


Text Example

White with #E16266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16266; }

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

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

background-color css

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

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

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

border-color css

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

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

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