Html Css Color HEX #E16B73 Froly

📋 copy color: '#E16B73'

red 225 ◦ green 107 ◦ blue 115

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

Shades of Froly #E16B73

Tints of Froly #E16B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.94%

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

R = 50.34%
G = 23.94%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E16B73 (or 0xE16B73) is known color: Froly. HEX triplet: E1, 6B and 73. RGB value is (225,107,115). Sum of RGB (Red+Green+Blue) = 225+107+115=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B73 is #1E948C. Grayscale: #8F8F8F. Windows color (decimal): -2004109 or 7564257. OLE color: 7564257.

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

Color convert

RGB 225 107 115 -
CMYK 0 0.52 0.49 0.12
HSL 355.93º 0.66% 0.65% -
HSV(B) 355.93º 0.52% 0.88% -
XYZ 39.4 27.76 19.5 -
YUV 143.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 225 107 115 0 0.52 0.49 0.12 355.93 0.66 0.65
Hex E1 6B 73 0 34 31 C 164 42 41
Octal 341 153 163 0 64 61 14 544 102 101
Binary 11100001 1101011 1110011 0 110100 110001 1100 101100100 1000010 1000001

Color Harmonies of #E16B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16B73

Black with #E16B73

Text Example


Text Example

White with #E16B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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