Html Css Color HEX #E1666D Froly

📋 copy color: '#E1666D'

red 225 ◦ green 102 ◦ blue 109

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

Shades of Froly #E1666D

Tints of Froly #E1666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.39%

 BLUE value IS 109 (42.97% from 255) = 25%

R = 51.61%
G = 23.39%
B = 25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1666D (or 0xE1666D) is known color: Froly. HEX triplet: E1, 66 and 6D. RGB value is (225,102,109). Sum of RGB (Red+Green+Blue) = 225+102+109=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1666D is #1E9992. Grayscale: #8B8B8B. Windows color (decimal): -2005395 or 7169761. OLE color: 7169761.

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

Color convert

RGB 225 102 109 -
CMYK 0 0.55 0.52 0.12
HSL 356.59º 0.67% 0.64% -
HSV(B) 356.59º 0.55% 0.88% -
XYZ 38.56 26.61 17.57 -
YUV 139.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 225 102 109 0 0.55 0.52 0.12 356.59 0.67 0.64
Hex E1 66 6D 0 37 34 C 165 43 40
Octal 341 146 155 0 67 64 14 545 103 100
Binary 11100001 1100110 1101101 0 110111 110100 1100 101100101 1000011 1000000

Color Harmonies of #E1666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1666D

Black with #E1666D

Text Example


Text Example

White with #E1666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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