Html Css Color HEX #E7696C Froly

📋 copy color: '#E7696C'

red 231 ◦ green 105 ◦ blue 108

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

Shades of Froly #E7696C

Tints of Froly #E7696C

RGB

 RED value IS 231 (90.63% from 255) = 52.03%

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

 BLUE value IS 108 (42.58% from 255) = 24.32%

R = 52.03%
G = 23.65%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E7696C (or 0xE7696C) is known color: Froly. HEX triplet: E7, 69 and 6C. RGB value is (231,105,108). Sum of RGB (Red+Green+Blue) = 231+105+108=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E7696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7696C is #189693. Grayscale: #8F8F8F. Windows color (decimal): -1611412 or 7104999. OLE color: 7104999.

HSL color Cylindrical-coordinate representation of color #E7696C: hue angle of 358.57º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7696C is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 105 108 -
CMYK 0 0.55 0.53 0.09
HSL 358.57º 0.72% 0.66% -
HSV(B) 358.57º 0.55% 0.91% -
XYZ 40.71 28.17 17.48 -
YUV 143.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 231 105 108 0 0.55 0.53 0.09 358.57 0.72 0.66
Hex E7 69 6C 0 37 35 9 167 48 42
Octal 347 151 154 0 67 65 11 547 110 102
Binary 11100111 1101001 1101100 0 110111 110101 1001 101100111 1001000 1000010

Color Harmonies of #E7696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7696C

Black with #E7696C

Text Example


Text Example

White with #E7696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7696C; }

 p { color: rgb(231,105,108); }

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

background-color css

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

 a { background-color: rgb(231,105,108); }

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

border-color css

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

 span { border-color: rgb(231,105,108); }

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