Html Css Color HEX #E16373 Froly

📋 copy color: '#E16373'

red 225 ◦ green 99 ◦ blue 115

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

Shades of Froly #E16373

Tints of Froly #E16373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.55%

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

R = 51.25%
G = 22.55%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E16373 (or 0xE16373) is known color: Froly. HEX triplet: E1, 63 and 73. RGB value is (225,99,115). Sum of RGB (Red+Green+Blue) = 225+99+115=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E16373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16373 is #1E9C8C. Grayscale: #8A8A8A. Windows color (decimal): -2006157 or 7562209. OLE color: 7562209.

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

Color convert

RGB 225 99 115 -
CMYK 0 0.56 0.49 0.12
HSL 352.38º 0.68% 0.64% -
HSV(B) 352.38º 0.56% 0.88% -
XYZ 38.61 26.17 19.24 -
YUV 138.5 114.74 189.7 -
System Red Green Blue C M Y K H S L
Decimal 225 99 115 0 0.56 0.49 0.12 352.38 0.68 0.64
Hex E1 63 73 0 38 31 C 160 44 40
Octal 341 143 163 0 70 61 14 540 104 100
Binary 11100001 1100011 1110011 0 111000 110001 1100 101100000 1000100 1000000

Color Harmonies of #E16373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16373

Black with #E16373

Text Example


Text Example

White with #E16373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16373; }

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

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

background-color css

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

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

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

border-color css

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

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

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