Html Css Color HEX #E16265 Froly

📋 copy color: '#E16265'

red 225 ◦ green 98 ◦ blue 101

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

Shades of Froly #E16265

Tints of Froly #E16265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.11%

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

R = 53.07%
G = 23.11%
B = 23.82%

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

#E16265 (or 0xE16265) is known color: Froly. HEX triplet: E1, 62 and 65. RGB value is (225,98,101). Sum of RGB (Red+Green+Blue) = 225+98+101=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E16265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16265 is #1E9D9A. Grayscale: #888888. Windows color (decimal): -2006427 or 6644449. OLE color: 6644449.

HSL color Cylindrical-coordinate representation of color #E16265: hue angle of 358.58º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16265 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 98 101 -
CMYK 0 0.56 0.55 0.12
HSL 358.58º 0.68% 0.63% -
HSV(B) 358.58º 0.56% 0.88% -
XYZ 37.77 25.68 15.28 -
YUV 136.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 225 98 101 0 0.56 0.55 0.12 358.58 0.68 0.63
Hex E1 62 65 0 38 37 C 167 44 3F
Octal 341 142 145 0 70 67 14 547 104 77
Binary 11100001 1100010 1100101 0 111000 110111 1100 101100111 1000100 111111

Color Harmonies of #E16265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16265

Black with #E16265

Text Example


Text Example

White with #E16265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16265; }

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

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

background-color css

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

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

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

border-color css

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

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

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