Html Css Color HEX #E16062 Froly

📋 copy color: '#E16062'

red 225 ◦ green 96 ◦ blue 98

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

Shades of Froly #E16062

Tints of Froly #E16062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.39%

R = 53.7%
G = 22.91%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E16062 (or 0xE16062) is known color: Froly. HEX triplet: E1, 60 and 62. RGB value is (225,96,98). Sum of RGB (Red+Green+Blue) = 225+96+98=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E16062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16062 is #1E9F9D. Grayscale: #868686. Windows color (decimal): -2006942 or 6447329. OLE color: 6447329.

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

Color convert

RGB 225 96 98 -
CMYK 0 0.57 0.56 0.12
HSL 359.07º 0.68% 0.63% -
HSV(B) 359.07º 0.57% 0.88% -
XYZ 37.44 25.26 14.46 -
YUV 134.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 225 96 98 0 0.57 0.56 0.12 359.07 0.68 0.63
Hex E1 60 62 0 39 38 C 167 44 3F
Octal 341 140 142 0 71 70 14 547 104 77
Binary 11100001 1100000 1100010 0 111001 111000 1100 101100111 1000100 111111

Color Harmonies of #E16062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16062

Black with #E16062

Text Example


Text Example

White with #E16062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16062; }

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

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

background-color css

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

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

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

border-color css

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

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

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