Html Css Color HEX #E7696B Froly

📋 copy color: '#E7696B'

red 231 ◦ green 105 ◦ blue 107

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

Shades of Froly #E7696B

Tints of Froly #E7696B

RGB

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

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

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

R = 52.14%
G = 23.7%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E7696B (or 0xE7696B) is known color: Froly. HEX triplet: E7, 69 and 6B. RGB value is (231,105,107). Sum of RGB (Red+Green+Blue) = 231+105+107=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E7696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7696B is #189694. Grayscale: #8F8F8F. Windows color (decimal): -1611413 or 7039463. OLE color: 7039463.

HSL color Cylindrical-coordinate representation of color #E7696B: hue angle of 359.05º 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 #E7696B is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 105 107 -
CMYK 0 0.55 0.54 0.09
HSL 359.05º 0.72% 0.66% -
HSV(B) 359.05º 0.55% 0.91% -
XYZ 40.66 28.15 17.2 -
YUV 142.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 231 105 107 0 0.55 0.54 0.09 359.05 0.72 0.66
Hex E7 69 6B 0 37 36 9 167 48 42
Octal 347 151 153 0 67 66 11 547 110 102
Binary 11100111 1101001 1101011 0 110111 110110 1001 101100111 1001000 1000010

Color Harmonies of #E7696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7696B

Black with #E7696B

Text Example


Text Example

White with #E7696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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