Html Css Color HEX #E16878 Froly

📋 copy color: '#E16878'

red 225 ◦ green 104 ◦ blue 120

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

Shades of Froly #E16878

Tints of Froly #E16878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.73%

R = 50.11%
G = 23.16%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E16878 (or 0xE16878) is known color: Froly. HEX triplet: E1, 68 and 78. RGB value is (225,104,120). Sum of RGB (Red+Green+Blue) = 225+104+120=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E16878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16878 is #1E9787. Grayscale: #8E8E8E. Windows color (decimal): -2004872 or 7891169. OLE color: 7891169.

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

Color convert

RGB 225 104 120 -
CMYK 0 0.54 0.47 0.12
HSL 352.07º 0.67% 0.65% -
HSV(B) 352.07º 0.54% 0.88% -
XYZ 39.39 27.26 20.96 -
YUV 142 115.59 187.2 -
System Red Green Blue C M Y K H S L
Decimal 225 104 120 0 0.54 0.47 0.12 352.07 0.67 0.65
Hex E1 68 78 0 36 2F C 160 43 41
Octal 341 150 170 0 66 57 14 540 103 101
Binary 11100001 1101000 1111000 0 110110 101111 1100 101100000 1000011 1000001

Color Harmonies of #E16878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16878

Black with #E16878

Text Example


Text Example

White with #E16878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16878; }

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

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

background-color css

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

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

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

border-color css

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

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

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