Html Css Color HEX #E16078 Froly

📋 copy color: '#E16078'

red 225 ◦ green 96 ◦ blue 120

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

Shades of Froly #E16078

Tints of Froly #E16078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.77%

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

R = 51.02%
G = 21.77%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E16078 (or 0xE16078) is known color: Froly. HEX triplet: E1, 60 and 78. RGB value is (225,96,120). Sum of RGB (Red+Green+Blue) = 225+96+120=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E16078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16078 is #1E9F87. Grayscale: #898989. Windows color (decimal): -2006920 or 7889121. OLE color: 7889121.

HSL color Cylindrical-coordinate representation of color #E16078: hue angle of 348.84º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E16078 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 96 120 -
CMYK 0 0.57 0.47 0.12
HSL 348.84º 0.68% 0.63% -
HSV(B) 348.84º 0.57% 0.88% -
XYZ 38.62 25.73 20.7 -
YUV 137.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 225 96 120 0 0.57 0.47 0.12 348.84 0.68 0.63
Hex E1 60 78 0 39 2F C 15D 44 3F
Octal 341 140 170 0 71 57 14 535 104 77
Binary 11100001 1100000 1111000 0 111001 101111 1100 101011101 1000100 111111

Color Harmonies of #E16078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16078

Black with #E16078

Text Example


Text Example

White with #E16078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16078; }

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

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

background-color css

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

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

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

border-color css

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

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

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