Html Css Color HEX #E96256 Flamingo

📋 copy color: '#E96256'

red 233 ◦ green 98 ◦ blue 86

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

Shades of Flamingo #E96256

Tints of Flamingo #E96256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.5%

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

R = 55.88%
G = 23.5%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E96256 (or 0xE96256) is known color: Flamingo. HEX triplet: E9, 62 and 56. RGB value is (233,98,86). Sum of RGB (Red+Green+Blue) = 233+98+86=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E96256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96256 is #169DA9. Grayscale: #898989. Windows color (decimal): -1482154 or 5661417. OLE color: 5661417.

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

Color convert

RGB 233 98 86 -
CMYK 0 0.58 0.63 0.09
HSL 4.9º 0.77% 0.63% -
HSV(B) 4.9º 0.63% 0.91% -
XYZ 39.65 26.73 11.87 -
YUV 137 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 233 98 86 0 0.58 0.63 0.09 4.9 0.77 0.63
Hex E9 62 56 0 3A 3F 9 5 4D 3F
Octal 351 142 126 0 72 77 11 5 115 77
Binary 11101001 1100010 1010110 0 111010 111111 1001 101 1001101 111111

Color Harmonies of #E96256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96256

Black with #E96256

Text Example


Text Example

White with #E96256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96256; }

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

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

background-color css

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

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

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

border-color css

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

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

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