Html Css Color HEX #E96048 Flamingo

📋 copy color: '#E96048'

red 233 ◦ green 96 ◦ blue 72

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

Shades of Flamingo #E96048

Tints of Flamingo #E96048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.94%

 BLUE value IS 72 (28.52% from 255) = 17.96%

R = 58.1%
G = 23.94%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E96048 (or 0xE96048) is known color: Flamingo. HEX triplet: E9, 60 and 48. RGB value is (233,96,72). Sum of RGB (Red+Green+Blue) = 233+96+72=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E96048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96048 is #169FB7. Grayscale: #868686. Windows color (decimal): -1482680 or 4743401. OLE color: 4743401.

HSL color Cylindrical-coordinate representation of color #E96048: hue angle of 8.94º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E96048 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 96 72 -
CMYK 0 0.59 0.69 0.09
HSL 8.94º 0.79% 0.6% -
HSV(B) 8.94º 0.69% 0.91% -
XYZ 38.96 26.16 9.13 -
YUV 134.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 233 96 72 0 0.59 0.69 0.09 8.94 0.79 0.6
Hex E9 60 48 0 3B 45 9 9 4F 3C
Octal 351 140 110 0 73 105 11 11 117 74
Binary 11101001 1100000 1001000 0 111011 1000101 1001 1001 1001111 111100

Color Harmonies of #E96048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96048

Black with #E96048

Text Example


Text Example

White with #E96048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96048; }

 p { color: rgb(233,96,72); }

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

background-color css

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

 a { background-color: rgb(233,96,72); }

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

border-color css

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

 span { border-color: rgb(233,96,72); }

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