Html Css Color HEX #E16365 Froly

📋 copy color: '#E16365'

red 225 ◦ green 99 ◦ blue 101

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

Shades of Froly #E16365

Tints of Froly #E16365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.76%

R = 52.94%
G = 23.29%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E16365 (or 0xE16365) is known color: Froly. HEX triplet: E1, 63 and 65. RGB value is (225,99,101). Sum of RGB (Red+Green+Blue) = 225+99+101=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E16365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16365 is #1E9C9A. Grayscale: #898989. Windows color (decimal): -2006171 or 6644705. OLE color: 6644705.

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

Color convert

RGB 225 99 101 -
CMYK 0 0.56 0.55 0.12
HSL 359.05º 0.68% 0.64% -
HSV(B) 359.05º 0.56% 0.88% -
XYZ 37.86 25.87 15.31 -
YUV 136.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 225 99 101 0 0.56 0.55 0.12 359.05 0.68 0.64
Hex E1 63 65 0 38 37 C 167 44 40
Octal 341 143 145 0 70 67 14 547 104 100
Binary 11100001 1100011 1100101 0 111000 110111 1100 101100111 1000100 1000000

Color Harmonies of #E16365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16365

Black with #E16365

Text Example


Text Example

White with #E16365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16365; }

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

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

background-color css

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

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

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

border-color css

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

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

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