Html Css Color HEX #E16973 Froly

📋 copy color: '#E16973'

red 225 ◦ green 105 ◦ blue 115

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

Shades of Froly #E16973

Tints of Froly #E16973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.6%

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

R = 50.56%
G = 23.6%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E16973 (or 0xE16973) is known color: Froly. HEX triplet: E1, 69 and 73. RGB value is (225,105,115). Sum of RGB (Red+Green+Blue) = 225+105+115=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E16973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16973 is #1E968C. Grayscale: #8E8E8E. Windows color (decimal): -2004621 or 7563745. OLE color: 7563745.

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

Color convert

RGB 225 105 115 -
CMYK 0 0.53 0.49 0.12
HSL 355º 0.67% 0.65% -
HSV(B) 355º 0.53% 0.88% -
XYZ 39.2 27.35 19.43 -
YUV 142.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 225 105 115 0 0.53 0.49 0.12 355 0.67 0.65
Hex E1 69 73 0 35 31 C 163 43 41
Octal 341 151 163 0 65 61 14 543 103 101
Binary 11100001 1101001 1110011 0 110101 110001 1100 101100011 1000011 1000001

Color Harmonies of #E16973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16973

Black with #E16973

Text Example


Text Example

White with #E16973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16973; }

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

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

background-color css

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

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

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

border-color css

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

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

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