Html Css Color HEX #E96046 Flamingo

📋 copy color: '#E96046'

red 233 ◦ green 96 ◦ blue 70

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

Shades of Flamingo #E96046

Tints of Flamingo #E96046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.06%

 BLUE value IS 70 (27.73% from 255) = 17.54%

R = 58.4%
G = 24.06%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E96046 (or 0xE96046) is known color: Flamingo. HEX triplet: E9, 60 and 46. RGB value is (233,96,70). Sum of RGB (Red+Green+Blue) = 233+96+70=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E96046 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96046 is #169FB9. Grayscale: #868686. Windows color (decimal): -1482682 or 4612329. OLE color: 4612329.

HSL color Cylindrical-coordinate representation of color #E96046: hue angle of 9.57º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E96046 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 96 70 -
CMYK 0 0.59 0.70 0.09
HSL 9.57º 0.79% 0.59% -
HSV(B) 9.57º 0.7% 0.91% -
XYZ 38.89 26.13 8.79 -
YUV 134 91.89 198.61 -
System Red Green Blue C M Y K H S L
Decimal 233 96 70 0 0.59 0.70 0.09 9.57 0.79 0.59
Hex E9 60 46 0 3B 46 9 A 4F 3B
Octal 351 140 106 0 73 106 11 12 117 73
Binary 11101001 1100000 1000110 0 111011 1000110 1001 1010 1001111 111011

Color Harmonies of #E96046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96046

Black with #E96046

Text Example


Text Example

White with #E96046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96046; }

 p { color: rgb(233,96,70); }

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

background-color css

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

 a { background-color: rgb(233,96,70); }

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

border-color css

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

 span { border-color: rgb(233,96,70); }

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