Html Css Color HEX #E96550 Flamingo

📋 copy color: '#E96550'

red 233 ◦ green 101 ◦ blue 80

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

Shades of Flamingo #E96550

Tints of Flamingo #E96550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.4%

 BLUE value IS 80 (31.64% from 255) = 19.32%

R = 56.28%
G = 24.4%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E96550 (or 0xE96550) is known color: Flamingo. HEX triplet: E9, 65 and 50. RGB value is (233,101,80). Sum of RGB (Red+Green+Blue) = 233+101+80=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E96550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96550 is #169AAF. Grayscale: #8A8A8A. Windows color (decimal): -1481392 or 5268969. OLE color: 5268969.

HSL color Cylindrical-coordinate representation of color #E96550: hue angle of 8.24º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E96550 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 101 80 -
CMYK 0 0.57 0.66 0.09
HSL 8.24º 0.78% 0.61% -
HSV(B) 8.24º 0.66% 0.91% -
XYZ 39.71 27.21 10.75 -
YUV 138.07 95.23 195.71 -
System Red Green Blue C M Y K H S L
Decimal 233 101 80 0 0.57 0.66 0.09 8.24 0.78 0.61
Hex E9 65 50 0 39 42 9 8 4E 3D
Octal 351 145 120 0 71 102 11 10 116 75
Binary 11101001 1100101 1010000 0 111001 1000010 1001 1000 1001110 111101

Color Harmonies of #E96550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96550

Black with #E96550

Text Example


Text Example

White with #E96550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96550; }

 p { color: rgb(233,101,80); }

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

background-color css

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

 a { background-color: rgb(233,101,80); }

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

border-color css

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

 span { border-color: rgb(233,101,80); }

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