Html Css Color HEX #E16972 Froly

📋 copy color: '#E16972'

red 225 ◦ green 105 ◦ blue 114

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

Shades of Froly #E16972

Tints of Froly #E16972

RGB

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

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

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

R = 50.68%
G = 23.65%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E16972 (or 0xE16972) is known color: Froly. HEX triplet: E1, 69 and 72. RGB value is (225,105,114). Sum of RGB (Red+Green+Blue) = 225+105+114=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E16972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16972 is #1E968D. Grayscale: #8D8D8D. Windows color (decimal): -2004622 or 7498209. OLE color: 7498209.

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

Color convert

RGB 225 105 114 -
CMYK 0 0.53 0.49 0.12
HSL 355.5º 0.67% 0.65% -
HSV(B) 355.5º 0.53% 0.88% -
XYZ 39.14 27.33 19.13 -
YUV 141.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 225 105 114 0 0.53 0.49 0.12 355.5 0.67 0.65
Hex E1 69 72 0 35 31 C 164 43 41
Octal 341 151 162 0 65 61 14 544 103 101
Binary 11100001 1101001 1110010 0 110101 110001 1100 101100100 1000011 1000001

Color Harmonies of #E16972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16972

Black with #E16972

Text Example


Text Example

White with #E16972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16972; }

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

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

background-color css

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

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

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

border-color css

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

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

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