Html Css Color HEX #E96852 Flamingo

📋 copy color: '#E96852'

red 233 ◦ green 104 ◦ blue 82

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

Shades of Flamingo #E96852

Tints of Flamingo #E96852

RGB

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

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

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

R = 55.61%
G = 24.82%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E96852 (or 0xE96852) is known color: Flamingo. HEX triplet: E9, 68 and 52. RGB value is (233,104,82). Sum of RGB (Red+Green+Blue) = 233+104+82=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E96852 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96852 is #1697AD. Grayscale: #8C8C8C. Windows color (decimal): -1480622 or 5400809. OLE color: 5400809.

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

Color convert

RGB 233 104 82 -
CMYK 0 0.55 0.65 0.09
HSL 8.74º 0.77% 0.62% -
HSV(B) 8.74º 0.65% 0.91% -
XYZ 40.08 27.83 11.24 -
YUV 140.06 95.24 194.29 -
System Red Green Blue C M Y K H S L
Decimal 233 104 82 0 0.55 0.65 0.09 8.74 0.77 0.62
Hex E9 68 52 0 37 41 9 9 4D 3E
Octal 351 150 122 0 67 101 11 11 115 76
Binary 11101001 1101000 1010010 0 110111 1000001 1001 1001 1001101 111110

Color Harmonies of #E96852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96852

Black with #E96852

Text Example


Text Example

White with #E96852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96852; }

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

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

background-color css

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

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

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

border-color css

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

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

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