Html Css Color HEX #E96656 Flamingo

📋 copy color: '#E96656'

red 233 ◦ green 102 ◦ blue 86

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

Shades of Flamingo #E96656

Tints of Flamingo #E96656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.23%

 BLUE value IS 86 (33.98% from 255) = 20.43%

R = 55.34%
G = 24.23%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E96656 (or 0xE96656) is known color: Flamingo. HEX triplet: E9, 66 and 56. RGB value is (233,102,86). Sum of RGB (Red+Green+Blue) = 233+102+86=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E96656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96656 is #1699A9. Grayscale: #8B8B8B. Windows color (decimal): -1481130 or 5662441. OLE color: 5662441.

HSL color Cylindrical-coordinate representation of color #E96656: hue angle of 6.53º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E96656 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 102 86 -
CMYK 0 0.56 0.63 0.09
HSL 6.53º 0.77% 0.63% -
HSV(B) 6.53º 0.63% 0.91% -
XYZ 40.04 27.5 12 -
YUV 139.35 97.9 194.8 -
System Red Green Blue C M Y K H S L
Decimal 233 102 86 0 0.56 0.63 0.09 6.53 0.77 0.63
Hex E9 66 56 0 38 3F 9 7 4D 3F
Octal 351 146 126 0 70 77 11 7 115 77
Binary 11101001 1100110 1010110 0 111000 111111 1001 111 1001101 111111

Color Harmonies of #E96656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96656

Black with #E96656

Text Example


Text Example

White with #E96656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96656; }

 p { color: rgb(233,102,86); }

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

background-color css

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

 a { background-color: rgb(233,102,86); }

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

border-color css

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

 span { border-color: rgb(233,102,86); }

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