Html Css Color HEX #E96855 Flamingo

📋 copy color: '#E96855'

red 233 ◦ green 104 ◦ blue 85

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

Shades of Flamingo #E96855

Tints of Flamingo #E96855

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.64%

 BLUE value IS 85 (33.59% from 255) = 20.14%

R = 55.21%
G = 24.64%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E96855 (or 0xE96855) is known color: Flamingo. HEX triplet: E9, 68 and 55. RGB value is (233,104,85). Sum of RGB (Red+Green+Blue) = 233+104+85=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E96855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96855 is #1697AA. Grayscale: #8C8C8C. Windows color (decimal): -1480619 or 5597417. OLE color: 5597417.

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

Color convert

RGB 233 104 85 -
CMYK 0 0.55 0.64 0.09
HSL 7.7º 0.77% 0.62% -
HSV(B) 7.7º 0.64% 0.91% -
XYZ 40.19 27.88 11.86 -
YUV 140.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 233 104 85 0 0.55 0.64 0.09 7.7 0.77 0.62
Hex E9 68 55 0 37 40 9 8 4D 3E
Octal 351 150 125 0 67 100 11 10 115 76
Binary 11101001 1101000 1010101 0 110111 1000000 1001 1000 1001101 111110

Color Harmonies of #E96855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96855

Black with #E96855

Text Example


Text Example

White with #E96855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96855; }

 p { color: rgb(233,104,85); }

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

background-color css

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

 a { background-color: rgb(233,104,85); }

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

border-color css

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

 span { border-color: rgb(233,104,85); }

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