Html Css Color HEX #E16477 Froly

📋 copy color: '#E16477'

red 225 ◦ green 100 ◦ blue 119

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

Shades of Froly #E16477

Tints of Froly #E16477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.8%

R = 50.68%
G = 22.52%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E16477 (or 0xE16477) is known color: Froly. HEX triplet: E1, 64 and 77. RGB value is (225,100,119). Sum of RGB (Red+Green+Blue) = 225+100+119=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E16477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16477 is #1E9B88. Grayscale: #8B8B8B. Windows color (decimal): -2005897 or 7824609. OLE color: 7824609.

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

Color convert

RGB 225 100 119 -
CMYK 0 0.56 0.47 0.12
HSL 350.88º 0.68% 0.64% -
HSV(B) 350.88º 0.56% 0.88% -
XYZ 38.94 26.45 20.51 -
YUV 139.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 225 100 119 0 0.56 0.47 0.12 350.88 0.68 0.64
Hex E1 64 77 0 38 2F C 15F 44 40
Octal 341 144 167 0 70 57 14 537 104 100
Binary 11100001 1100100 1110111 0 111000 101111 1100 101011111 1000100 1000000

Color Harmonies of #E16477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16477

Black with #E16477

Text Example


Text Example

White with #E16477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16477; }

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

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

background-color css

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

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

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

border-color css

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

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

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