Html Css Color HEX #E1696E Froly

📋 copy color: '#E1696E'

red 225 ◦ green 105 ◦ blue 110

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

Shades of Froly #E1696E

Tints of Froly #E1696E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.86%

 BLUE value IS 110 (43.36% from 255) = 25%

R = 51.14%
G = 23.86%
B = 25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1696E (or 0xE1696E) is known color: Froly. HEX triplet: E1, 69 and 6E. RGB value is (225,105,110). Sum of RGB (Red+Green+Blue) = 225+105+110=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1696E is #1E9691. Grayscale: #8D8D8D. Windows color (decimal): -2004626 or 7236065. OLE color: 7236065.

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

Color convert

RGB 225 105 110 -
CMYK 0 0.53 0.51 0.12
HSL 357.5º 0.67% 0.65% -
HSV(B) 357.5º 0.53% 0.88% -
XYZ 38.92 27.24 17.96 -
YUV 141.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 225 105 110 0 0.53 0.51 0.12 357.5 0.67 0.65
Hex E1 69 6E 0 35 33 C 166 43 41
Octal 341 151 156 0 65 63 14 546 103 101
Binary 11100001 1101001 1101110 0 110101 110011 1100 101100110 1000011 1000001

Color Harmonies of #E1696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1696E

Black with #E1696E

Text Example


Text Example

White with #E1696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1696E; }

 p { color: rgb(225,105,110); }

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

background-color css

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

 a { background-color: rgb(225,105,110); }

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

border-color css

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

 span { border-color: rgb(225,105,110); }

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