Html Css Color HEX #E16366 Froly

📋 copy color: '#E16366'

red 225 ◦ green 99 ◦ blue 102

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

Shades of Froly #E16366

Tints of Froly #E16366

RGB

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

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

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

R = 52.82%
G = 23.24%
B = 23.94%

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

#E16366 (or 0xE16366) is known color: Froly. HEX triplet: E1, 63 and 66. RGB value is (225,99,102). Sum of RGB (Red+Green+Blue) = 225+99+102=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E16366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16366 is #1E9C99. Grayscale: #898989. Windows color (decimal): -2006170 or 6710241. OLE color: 6710241.

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

Color convert

RGB 225 99 102 -
CMYK 0 0.56 0.55 0.12
HSL 358.57º 0.68% 0.64% -
HSV(B) 358.57º 0.56% 0.88% -
XYZ 37.91 25.89 15.57 -
YUV 137.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 225 99 102 0 0.56 0.55 0.12 358.57 0.68 0.64
Hex E1 63 66 0 38 37 C 167 44 40
Octal 341 143 146 0 70 67 14 547 104 100
Binary 11100001 1100011 1100110 0 111000 110111 1100 101100111 1000100 1000000

Color Harmonies of #E16366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16366

Black with #E16366

Text Example


Text Example

White with #E16366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16366; }

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

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

background-color css

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

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

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

border-color css

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

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

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