Html Css Color HEX #E1696A Froly

📋 copy color: '#E1696A'

red 225 ◦ green 105 ◦ blue 106

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

Shades of Froly #E1696A

Tints of Froly #E1696A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 51.61%
G = 24.08%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1696A (or 0xE1696A) is known color: Froly. HEX triplet: E1, 69 and 6A. RGB value is (225,105,106). Sum of RGB (Red+Green+Blue) = 225+105+106=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1696A is #1E9695. Grayscale: #8D8D8D. Windows color (decimal): -2004630 or 6973921. OLE color: 6973921.

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

Color convert

RGB 225 105 106 -
CMYK 0 0.53 0.53 0.12
HSL 359.5º 0.67% 0.65% -
HSV(B) 359.5º 0.53% 0.88% -
XYZ 38.7 27.15 16.84 -
YUV 140.99 108.26 187.92 -
System Red Green Blue C M Y K H S L
Decimal 225 105 106 0 0.53 0.53 0.12 359.5 0.67 0.65
Hex E1 69 6A 0 35 35 C 168 43 41
Octal 341 151 152 0 65 65 14 550 103 101
Binary 11100001 1101001 1101010 0 110101 110101 1100 101101000 1000011 1000001

Color Harmonies of #E1696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1696A

Black with #E1696A

Text Example


Text Example

White with #E1696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1696A; }

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

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

background-color css

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

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

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

border-color css

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

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

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