Html Css Color HEX #E16268 Froly

📋 copy color: '#E16268'

red 225 ◦ green 98 ◦ blue 104

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

Shades of Froly #E16268

Tints of Froly #E16268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.36%

R = 52.69%
G = 22.95%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E16268 (or 0xE16268) is known color: Froly. HEX triplet: E1, 62 and 68. RGB value is (225,98,104). Sum of RGB (Red+Green+Blue) = 225+98+104=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E16268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16268 is #1E9D97. Grayscale: #888888. Windows color (decimal): -2006424 or 6841057. OLE color: 6841057.

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

Color convert

RGB 225 98 104 -
CMYK 0 0.56 0.54 0.12
HSL 357.17º 0.68% 0.63% -
HSV(B) 357.17º 0.56% 0.88% -
XYZ 37.92 25.74 16.07 -
YUV 136.66 109.58 191.01 -
System Red Green Blue C M Y K H S L
Decimal 225 98 104 0 0.56 0.54 0.12 357.17 0.68 0.63
Hex E1 62 68 0 38 36 C 165 44 3F
Octal 341 142 150 0 70 66 14 545 104 77
Binary 11100001 1100010 1101000 0 111000 110110 1100 101100101 1000100 111111

Color Harmonies of #E16268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16268

Black with #E16268

Text Example


Text Example

White with #E16268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16268; }

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

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

background-color css

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

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

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

border-color css

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

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

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