Html Css Color HEX #E16066 Froly

📋 copy color: '#E16066'

red 225 ◦ green 96 ◦ blue 102

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

Shades of Froly #E16066

Tints of Froly #E16066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.7%

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

R = 53.19%
G = 22.7%
B = 24.11%

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

#E16066 (or 0xE16066) is known color: Froly. HEX triplet: E1, 60 and 66. RGB value is (225,96,102). Sum of RGB (Red+Green+Blue) = 225+96+102=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E16066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16066 is #1E9F99. Grayscale: #878787. Windows color (decimal): -2006938 or 6709473. OLE color: 6709473.

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

Color convert

RGB 225 96 102 -
CMYK 0 0.57 0.55 0.12
HSL 357.21º 0.68% 0.63% -
HSV(B) 357.21º 0.57% 0.88% -
XYZ 37.63 25.33 15.48 -
YUV 135.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 225 96 102 0 0.57 0.55 0.12 357.21 0.68 0.63
Hex E1 60 66 0 39 37 C 165 44 3F
Octal 341 140 146 0 71 67 14 545 104 77
Binary 11100001 1100000 1100110 0 111001 110111 1100 101100101 1000100 111111

Color Harmonies of #E16066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16066

Black with #E16066

Text Example


Text Example

White with #E16066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16066; }

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

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

background-color css

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

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

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

border-color css

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

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

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