Html Css Color HEX #E16074 Froly

📋 copy color: '#E16074'

red 225 ◦ green 96 ◦ blue 116

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

Shades of Froly #E16074

Tints of Froly #E16074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 51.49%
G = 21.97%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E16074 (or 0xE16074) is known color: Froly. HEX triplet: E1, 60 and 74. RGB value is (225,96,116). Sum of RGB (Red+Green+Blue) = 225+96+116=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E16074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16074 is #1E9F8B. Grayscale: #888888. Windows color (decimal): -2006924 or 7626977. OLE color: 7626977.

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

Color convert

RGB 225 96 116 -
CMYK 0 0.57 0.48 0.12
HSL 350.7º 0.68% 0.63% -
HSV(B) 350.7º 0.57% 0.88% -
XYZ 38.39 25.63 19.45 -
YUV 136.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 225 96 116 0 0.57 0.48 0.12 350.7 0.68 0.63
Hex E1 60 74 0 39 30 C 15F 44 3F
Octal 341 140 164 0 71 60 14 537 104 77
Binary 11100001 1100000 1110100 0 111001 110000 1100 101011111 1000100 111111

Color Harmonies of #E16074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16074

Black with #E16074

Text Example


Text Example

White with #E16074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16074; }

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

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

background-color css

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

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

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

border-color css

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

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

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