Html Css Color HEX #E16065 Froly

📋 copy color: '#E16065'

red 225 ◦ green 96 ◦ blue 101

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

Shades of Froly #E16065

Tints of Froly #E16065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.75%

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

R = 53.32%
G = 22.75%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E16065 (or 0xE16065) is known color: Froly. HEX triplet: E1, 60 and 65. RGB value is (225,96,101). Sum of RGB (Red+Green+Blue) = 225+96+101=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E16065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16065 is #1E9F9A. Grayscale: #878787. Windows color (decimal): -2006939 or 6643937. OLE color: 6643937.

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

Color convert

RGB 225 96 101 -
CMYK 0 0.57 0.55 0.12
HSL 357.67º 0.68% 0.63% -
HSV(B) 357.67º 0.57% 0.88% -
XYZ 37.58 25.31 15.22 -
YUV 135.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 225 96 101 0 0.57 0.55 0.12 357.67 0.68 0.63
Hex E1 60 65 0 39 37 C 166 44 3F
Octal 341 140 145 0 71 67 14 546 104 77
Binary 11100001 1100000 1100101 0 111001 110111 1100 101100110 1000100 111111

Color Harmonies of #E16065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16065

Black with #E16065

Text Example


Text Example

White with #E16065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16065; }

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

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

background-color css

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

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

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

border-color css

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

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

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