Html Css Color HEX #E16370 Froly

📋 copy color: '#E16370'

red 225 ◦ green 99 ◦ blue 112

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

Shades of Froly #E16370

Tints of Froly #E16370

RGB

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

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

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

R = 51.61%
G = 22.71%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E16370 (or 0xE16370) is known color: Froly. HEX triplet: E1, 63 and 70. RGB value is (225,99,112). Sum of RGB (Red+Green+Blue) = 225+99+112=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E16370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16370 is #1E9C8F. Grayscale: #8A8A8A. Windows color (decimal): -2006160 or 7365601. OLE color: 7365601.

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

Color convert

RGB 225 99 112 -
CMYK 0 0.56 0.50 0.12
HSL 353.81º 0.68% 0.64% -
HSV(B) 353.81º 0.56% 0.88% -
XYZ 38.44 26.1 18.34 -
YUV 138.16 113.24 189.94 -
System Red Green Blue C M Y K H S L
Decimal 225 99 112 0 0.56 0.50 0.12 353.81 0.68 0.64
Hex E1 63 70 0 38 32 C 162 44 40
Octal 341 143 160 0 70 62 14 542 104 100
Binary 11100001 1100011 1110000 0 111000 110010 1100 101100010 1000100 1000000

Color Harmonies of #E16370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16370

Black with #E16370

Text Example


Text Example

White with #E16370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16370; }

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

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

background-color css

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

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

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

border-color css

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

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

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