Html Css Color HEX #E16872 Froly

📋 copy color: '#E16872'

red 225 ◦ green 104 ◦ blue 114

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

Shades of Froly #E16872

Tints of Froly #E16872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.48%

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

R = 50.79%
G = 23.48%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E16872 (or 0xE16872) is known color: Froly. HEX triplet: E1, 68 and 72. RGB value is (225,104,114). Sum of RGB (Red+Green+Blue) = 225+104+114=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E16872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16872 is #1E978D. Grayscale: #8D8D8D. Windows color (decimal): -2004878 or 7497953. OLE color: 7497953.

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

Color convert

RGB 225 104 114 -
CMYK 0 0.54 0.49 0.12
HSL 355.04º 0.67% 0.65% -
HSV(B) 355.04º 0.54% 0.88% -
XYZ 39.04 27.12 19.1 -
YUV 141.32 112.59 187.69 -
System Red Green Blue C M Y K H S L
Decimal 225 104 114 0 0.54 0.49 0.12 355.04 0.67 0.65
Hex E1 68 72 0 36 31 C 163 43 41
Octal 341 150 162 0 66 61 14 543 103 101
Binary 11100001 1101000 1110010 0 110110 110001 1100 101100011 1000011 1000001

Color Harmonies of #E16872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16872

Black with #E16872

Text Example


Text Example

White with #E16872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16872; }

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

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

background-color css

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

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

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

border-color css

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

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

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