Html Css Color HEX #E16073 Froly

📋 copy color: '#E16073'

red 225 ◦ green 96 ◦ blue 115

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

Shades of Froly #E16073

Tints of Froly #E16073

RGB

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

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

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

R = 51.61%
G = 22.02%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E16073 (or 0xE16073) is known color: Froly. HEX triplet: E1, 60 and 73. RGB value is (225,96,115). Sum of RGB (Red+Green+Blue) = 225+96+115=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E16073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16073 is #1E9F8C. Grayscale: #888888. Windows color (decimal): -2006925 or 7561441. OLE color: 7561441.

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

Color convert

RGB 225 96 115 -
CMYK 0 0.57 0.49 0.12
HSL 351.16º 0.68% 0.63% -
HSV(B) 351.16º 0.57% 0.88% -
XYZ 38.33 25.61 19.14 -
YUV 136.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 225 96 115 0 0.57 0.49 0.12 351.16 0.68 0.63
Hex E1 60 73 0 39 31 C 15F 44 3F
Octal 341 140 163 0 71 61 14 537 104 77
Binary 11100001 1100000 1110011 0 111001 110001 1100 101011111 1000100 111111

Color Harmonies of #E16073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16073

Black with #E16073

Text Example


Text Example

White with #E16073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16073; }

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

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

background-color css

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

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

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

border-color css

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

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

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