Html Css Color HEX #E16970 Froly

📋 copy color: '#E16970'

red 225 ◦ green 105 ◦ blue 112

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

Shades of Froly #E16970

Tints of Froly #E16970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.76%

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 50.9%
G = 23.76%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E16970 (or 0xE16970) is known color: Froly. HEX triplet: E1, 69 and 70. RGB value is (225,105,112). Sum of RGB (Red+Green+Blue) = 225+105+112=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E16970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16970 is #1E968F. Grayscale: #8D8D8D. Windows color (decimal): -2004624 or 7367137. OLE color: 7367137.

HSL color Cylindrical-coordinate representation of color #E16970: hue angle of 356.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16970 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 105 112 -
CMYK 0 0.53 0.50 0.12
HSL 356.5º 0.67% 0.65% -
HSV(B) 356.5º 0.53% 0.88% -
XYZ 39.03 27.28 18.54 -
YUV 141.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 225 105 112 0 0.53 0.50 0.12 356.5 0.67 0.65
Hex E1 69 70 0 35 32 C 164 43 41
Octal 341 151 160 0 65 62 14 544 103 101
Binary 11100001 1101001 1110000 0 110101 110010 1100 101100100 1000011 1000001

Color Harmonies of #E16970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16970

Black with #E16970

Text Example


Text Example

White with #E16970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16970; }

 p { color: rgb(225,105,112); }

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

background-color css

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

 a { background-color: rgb(225,105,112); }

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

border-color css

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

 span { border-color: rgb(225,105,112); }

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