Html Css Color HEX #E16162 Froly

📋 copy color: '#E16162'

red 225 ◦ green 97 ◦ blue 98

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

Shades of Froly #E16162

Tints of Froly #E16162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.1%

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

R = 53.57%
G = 23.1%
B = 23.33%

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

#E16162 (or 0xE16162) is known color: Froly. HEX triplet: E1, 61 and 62. RGB value is (225,97,98). Sum of RGB (Red+Green+Blue) = 225+97+98=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E16162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16162 is #1E9E9D. Grayscale: #878787. Windows color (decimal): -2006686 or 6447585. OLE color: 6447585.

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

Color convert

RGB 225 97 98 -
CMYK 0 0.57 0.56 0.12
HSL 359.53º 0.68% 0.63% -
HSV(B) 359.53º 0.57% 0.88% -
XYZ 37.53 25.44 14.49 -
YUV 135.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 225 97 98 0 0.57 0.56 0.12 359.53 0.68 0.63
Hex E1 61 62 0 39 38 C 168 44 3F
Octal 341 141 142 0 71 70 14 550 104 77
Binary 11100001 1100001 1100010 0 111001 111000 1100 101101000 1000100 111111

Color Harmonies of #E16162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16162

Black with #E16162

Text Example


Text Example

White with #E16162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16162; }

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

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

background-color css

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

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

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

border-color css

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

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

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