Html Css Color HEX #E1696B Froly

📋 copy color: '#E1696B'

red 225 ◦ green 105 ◦ blue 107

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

Shades of Froly #E1696B

Tints of Froly #E1696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.49%

R = 51.49%
G = 24.03%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1696B (or 0xE1696B) is known color: Froly. HEX triplet: E1, 69 and 6B. RGB value is (225,105,107). Sum of RGB (Red+Green+Blue) = 225+105+107=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1696B is #1E9694. Grayscale: #8D8D8D. Windows color (decimal): -2004629 or 7039457. OLE color: 7039457.

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

Color convert

RGB 225 105 107 -
CMYK 0 0.53 0.52 0.12
HSL 359º 0.67% 0.65% -
HSV(B) 359º 0.53% 0.88% -
XYZ 38.76 27.17 17.11 -
YUV 141.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 225 105 107 0 0.53 0.52 0.12 359 0.67 0.65
Hex E1 69 6B 0 35 34 C 167 43 41
Octal 341 151 153 0 65 64 14 547 103 101
Binary 11100001 1101001 1101011 0 110101 110100 1100 101100111 1000011 1000001

Color Harmonies of #E1696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1696B

Black with #E1696B

Text Example


Text Example

White with #E1696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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