Html Css Color HEX #E16566 Froly

📋 copy color: '#E16566'

red 225 ◦ green 101 ◦ blue 102

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

Shades of Froly #E16566

Tints of Froly #E16566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.6%

 BLUE value IS 102 (40.23% from 255) = 23.83%

R = 52.57%
G = 23.6%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E16566 (or 0xE16566) is known color: Froly. HEX triplet: E1, 65 and 66. RGB value is (225,101,102). Sum of RGB (Red+Green+Blue) = 225+101+102=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E16566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16566 is #1E9A99. Grayscale: #8A8A8A. Windows color (decimal): -2005658 or 6710753. OLE color: 6710753.

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

Color convert

RGB 225 101 102 -
CMYK 0 0.55 0.55 0.12
HSL 359.52º 0.67% 0.64% -
HSV(B) 359.52º 0.55% 0.88% -
XYZ 38.1 26.27 15.63 -
YUV 138.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 225 101 102 0 0.55 0.55 0.12 359.52 0.67 0.64
Hex E1 65 66 0 37 37 C 168 43 40
Octal 341 145 146 0 67 67 14 550 103 100
Binary 11100001 1100101 1100110 0 110111 110111 1100 101101000 1000011 1000000

Color Harmonies of #E16566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16566

Black with #E16566

Text Example


Text Example

White with #E16566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16566; }

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

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

background-color css

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

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

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

border-color css

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

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

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