Html Css Color HEX #E16975 Froly

📋 copy color: '#E16975'

red 225 ◦ green 105 ◦ blue 117

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

Shades of Froly #E16975

Tints of Froly #E16975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 50.34%
G = 23.49%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E16975 (or 0xE16975) is known color: Froly. HEX triplet: E1, 69 and 75. RGB value is (225,105,117). Sum of RGB (Red+Green+Blue) = 225+105+117=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E16975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16975 is #1E968A. Grayscale: #8E8E8E. Windows color (decimal): -2004619 or 7694817. OLE color: 7694817.

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

Color convert

RGB 225 105 117 -
CMYK 0 0.53 0.48 0.12
HSL 354º 0.67% 0.65% -
HSV(B) 354º 0.53% 0.88% -
XYZ 39.31 27.4 20.05 -
YUV 142.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 225 105 117 0 0.53 0.48 0.12 354 0.67 0.65
Hex E1 69 75 0 35 30 C 162 43 41
Octal 341 151 165 0 65 60 14 542 103 101
Binary 11100001 1101001 1110101 0 110101 110000 1100 101100010 1000011 1000001

Color Harmonies of #E16975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16975

Black with #E16975

Text Example


Text Example

White with #E16975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16975; }

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

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

background-color css

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

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

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

border-color css

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

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

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