Html Css Color HEX #E16375 Froly

📋 copy color: '#E16375'

red 225 ◦ green 99 ◦ blue 117

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

Shades of Froly #E16375

Tints of Froly #E16375

RGB

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

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

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

R = 51.02%
G = 22.45%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E16375 (or 0xE16375) is known color: Froly. HEX triplet: E1, 63 and 75. RGB value is (225,99,117). Sum of RGB (Red+Green+Blue) = 225+99+117=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E16375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16375 is #1E9C8A. Grayscale: #8A8A8A. Windows color (decimal): -2006155 or 7693281. OLE color: 7693281.

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

Color convert

RGB 225 99 117 -
CMYK 0 0.56 0.48 0.12
HSL 351.43º 0.68% 0.64% -
HSV(B) 351.43º 0.56% 0.88% -
XYZ 38.72 26.22 19.85 -
YUV 138.73 115.74 189.54 -
System Red Green Blue C M Y K H S L
Decimal 225 99 117 0 0.56 0.48 0.12 351.43 0.68 0.64
Hex E1 63 75 0 38 30 C 15F 44 40
Octal 341 143 165 0 70 60 14 537 104 100
Binary 11100001 1100011 1110101 0 111000 110000 1100 101011111 1000100 1000000

Color Harmonies of #E16375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16375

Black with #E16375

Text Example


Text Example

White with #E16375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16375; }

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

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

background-color css

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

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

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

border-color css

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

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

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