Html Css Color HEX #E1696D Froly

📋 copy color: '#E1696D'

red 225 ◦ green 105 ◦ blue 109

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

Shades of Froly #E1696D

Tints of Froly #E1696D

RGB

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

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

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

R = 51.25%
G = 23.92%
B = 24.83%

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

#E1696D (or 0xE1696D) is known color: Froly. HEX triplet: E1, 69 and 6D. RGB value is (225,105,109). Sum of RGB (Red+Green+Blue) = 225+105+109=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E1696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1696D is #1E9692. Grayscale: #8D8D8D. Windows color (decimal): -2004627 or 7170529. OLE color: 7170529.

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

Color convert

RGB 225 105 109 -
CMYK 0 0.53 0.52 0.12
HSL 358º 0.67% 0.65% -
HSV(B) 358º 0.53% 0.88% -
XYZ 38.86 27.21 17.67 -
YUV 141.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 225 105 109 0 0.53 0.52 0.12 358 0.67 0.65
Hex E1 69 6D 0 35 34 C 166 43 41
Octal 341 151 155 0 65 64 14 546 103 101
Binary 11100001 1101001 1101101 0 110101 110100 1100 101100110 1000011 1000001

Color Harmonies of #E1696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1696D

Black with #E1696D

Text Example


Text Example

White with #E1696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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