Html Css Color HEX #E8696D Froly

📋 copy color: '#E8696D'

red 232 ◦ green 105 ◦ blue 109

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

Shades of Froly #E8696D

Tints of Froly #E8696D

RGB

 RED value IS 232 (91.02% from 255) = 52.02%

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

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

R = 52.02%
G = 23.54%
B = 24.44%

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

#E8696D (or 0xE8696D) is known color: Froly. HEX triplet: E8, 69 and 6D. RGB value is (232,105,109). Sum of RGB (Red+Green+Blue) = 232+105+109=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E8696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8696D is #179692. Grayscale: #8F8F8F. Windows color (decimal): -1545875 or 7170536. OLE color: 7170536.

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

Color convert

RGB 232 105 109 -
CMYK 0 0.55 0.53 0.09
HSL 358.11º 0.73% 0.66% -
HSV(B) 358.11º 0.55% 0.91% -
XYZ 41.09 28.36 17.78 -
YUV 143.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 232 105 109 0 0.55 0.53 0.09 358.11 0.73 0.66
Hex E8 69 6D 0 37 35 9 166 49 42
Octal 350 151 155 0 67 65 11 546 111 102
Binary 11101000 1101001 1101101 0 110111 110101 1001 101100110 1001001 1000010

Color Harmonies of #E8696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8696D

Black with #E8696D

Text Example


Text Example

White with #E8696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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