Html Css Color HEX #E16573 Froly

📋 copy color: '#E16573'

red 225 ◦ green 101 ◦ blue 115

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

Shades of Froly #E16573

Tints of Froly #E16573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.9%

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

R = 51.02%
G = 22.9%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E16573 (or 0xE16573) is known color: Froly. HEX triplet: E1, 65 and 73. RGB value is (225,101,115). Sum of RGB (Red+Green+Blue) = 225+101+115=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E16573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16573 is #1E9A8C. Grayscale: #8B8B8B. Windows color (decimal): -2005645 or 7562721. OLE color: 7562721.

HSL color Cylindrical-coordinate representation of color #E16573: hue angle of 353.23º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16573 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 101 115 -
CMYK 0 0.55 0.49 0.12
HSL 353.23º 0.67% 0.64% -
HSV(B) 353.23º 0.55% 0.88% -
XYZ 38.8 26.55 19.3 -
YUV 139.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 225 101 115 0 0.55 0.49 0.12 353.23 0.67 0.64
Hex E1 65 73 0 37 31 C 161 43 40
Octal 341 145 163 0 67 61 14 541 103 100
Binary 11100001 1100101 1110011 0 110111 110001 1100 101100001 1000011 1000000

Color Harmonies of #E16573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16573

Black with #E16573

Text Example


Text Example

White with #E16573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16573; }

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

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

background-color css

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

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

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

border-color css

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

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

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