Html Css Color HEX #E16072 Froly

📋 copy color: '#E16072'

red 225 ◦ green 96 ◦ blue 114

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

Shades of Froly #E16072

Tints of Froly #E16072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.21%

R = 51.72%
G = 22.07%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E16072 (or 0xE16072) is known color: Froly. HEX triplet: E1, 60 and 72. RGB value is (225,96,114). Sum of RGB (Red+Green+Blue) = 225+96+114=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E16072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16072 is #1E9F8D. Grayscale: #888888. Windows color (decimal): -2006926 or 7495905. OLE color: 7495905.

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

Color convert

RGB 225 96 114 -
CMYK 0 0.57 0.49 0.12
HSL 351.63º 0.68% 0.63% -
HSV(B) 351.63º 0.57% 0.88% -
XYZ 38.27 25.59 18.84 -
YUV 136.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 225 96 114 0 0.57 0.49 0.12 351.63 0.68 0.63
Hex E1 60 72 0 39 31 C 160 44 3F
Octal 341 140 162 0 71 61 14 540 104 77
Binary 11100001 1100000 1110010 0 111001 110001 1100 101100000 1000100 111111

Color Harmonies of #E16072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16072

Black with #E16072

Text Example


Text Example

White with #E16072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16072; }

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

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

background-color css

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

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

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

border-color css

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

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

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