Html Css Color HEX #E16473 Froly

📋 copy color: '#E16473'

red 225 ◦ green 100 ◦ blue 115

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

Shades of Froly #E16473

Tints of Froly #E16473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.73%

 BLUE value IS 115 (45.31% from 255) = 26.14%

R = 51.14%
G = 22.73%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E16473 (or 0xE16473) is known color: Froly. HEX triplet: E1, 64 and 73. RGB value is (225,100,115). Sum of RGB (Red+Green+Blue) = 225+100+115=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E16473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16473 is #1E9B8C. Grayscale: #8B8B8B. Windows color (decimal): -2005901 or 7562465. OLE color: 7562465.

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

Color convert

RGB 225 100 115 -
CMYK 0 0.56 0.49 0.12
HSL 352.8º 0.68% 0.64% -
HSV(B) 352.8º 0.56% 0.88% -
XYZ 38.7 26.36 19.27 -
YUV 139.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 225 100 115 0 0.56 0.49 0.12 352.8 0.68 0.64
Hex E1 64 73 0 38 31 C 161 44 40
Octal 341 144 163 0 70 61 14 541 104 100
Binary 11100001 1100100 1110011 0 111000 110001 1100 101100001 1000100 1000000

Color Harmonies of #E16473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16473

Black with #E16473

Text Example


Text Example

White with #E16473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16473; }

 p { color: rgb(225,100,115); }

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

background-color css

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

 a { background-color: rgb(225,100,115); }

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

border-color css

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

 span { border-color: rgb(225,100,115); }

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