Html Css Color HEX #E9696C Froly

📋 copy color: '#E9696C'

red 233 ◦ green 105 ◦ blue 108

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

Shades of Froly #E9696C

Tints of Froly #E9696C

RGB

 RED value IS 233 (91.41% from 255) = 52.24%

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

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

R = 52.24%
G = 23.54%
B = 24.22%

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

#E9696C (or 0xE9696C) is known color: Froly. HEX triplet: E9, 69 and 6C. RGB value is (233,105,108). Sum of RGB (Red+Green+Blue) = 233+105+108=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E9696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9696C is #169693. Grayscale: #8F8F8F. Windows color (decimal): -1480340 or 7105001. OLE color: 7105001.

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

Color convert

RGB 233 105 108 -
CMYK 0 0.55 0.54 0.09
HSL 358.59º 0.74% 0.66% -
HSV(B) 358.59º 0.55% 0.91% -
XYZ 41.36 28.51 17.51 -
YUV 143.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 233 105 108 0 0.55 0.54 0.09 358.59 0.74 0.66
Hex E9 69 6C 0 37 36 9 167 4A 42
Octal 351 151 154 0 67 66 11 547 112 102
Binary 11101001 1101001 1101100 0 110111 110110 1001 101100111 1001010 1000010

Color Harmonies of #E9696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9696C

Black with #E9696C

Text Example


Text Example

White with #E9696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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