Html Css Color HEX #E96552 Flamingo

📋 copy color: '#E96552'

red 233 ◦ green 101 ◦ blue 82

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

Shades of Flamingo #E96552

Tints of Flamingo #E96552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.71%

R = 56.01%
G = 24.28%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E96552 (or 0xE96552) is known color: Flamingo. HEX triplet: E9, 65 and 52. RGB value is (233,101,82). Sum of RGB (Red+Green+Blue) = 233+101+82=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E96552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96552 is #169AAD. Grayscale: #8A8A8A. Windows color (decimal): -1481390 or 5400041. OLE color: 5400041.

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

Color convert

RGB 233 101 82 -
CMYK 0 0.57 0.65 0.09
HSL 7.55º 0.77% 0.62% -
HSV(B) 7.55º 0.65% 0.91% -
XYZ 39.78 27.24 11.14 -
YUV 138.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 233 101 82 0 0.57 0.65 0.09 7.55 0.77 0.62
Hex E9 65 52 0 39 41 9 8 4D 3E
Octal 351 145 122 0 71 101 11 10 115 76
Binary 11101001 1100101 1010010 0 111001 1000001 1001 1000 1001101 111110

Color Harmonies of #E96552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96552

Black with #E96552

Text Example


Text Example

White with #E96552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96552; }

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

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

background-color css

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

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

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

border-color css

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

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

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