Html Css Color HEX #E9696B Froly

📋 copy color: '#E9696B'

red 233 ◦ green 105 ◦ blue 107

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

Shades of Froly #E9696B

Tints of Froly #E9696B

RGB

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

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

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

R = 52.36%
G = 23.6%
B = 24.04%

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

#E9696B (or 0xE9696B) is known color: Froly. HEX triplet: E9, 69 and 6B. RGB value is (233,105,107). Sum of RGB (Red+Green+Blue) = 233+105+107=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E9696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9696B is #169694. Grayscale: #8F8F8F. Windows color (decimal): -1480341 or 7039465. OLE color: 7039465.

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

Color convert

RGB 233 105 107 -
CMYK 0 0.55 0.54 0.09
HSL 359.06º 0.74% 0.66% -
HSV(B) 359.06º 0.55% 0.91% -
XYZ 41.31 28.49 17.23 -
YUV 143.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 233 105 107 0 0.55 0.54 0.09 359.06 0.74 0.66
Hex E9 69 6B 0 37 36 9 167 4A 42
Octal 351 151 153 0 67 66 11 547 112 102
Binary 11101001 1101001 1101011 0 110111 110110 1001 101100111 1001010 1000010

Color Harmonies of #E9696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9696B

Black with #E9696B

Text Example


Text Example

White with #E9696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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