Html Css Color HEX #E96058 Flamingo

📋 copy color: '#E96058'

red 233 ◦ green 96 ◦ blue 88

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

Shades of Flamingo #E96058

Tints of Flamingo #E96058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.1%

R = 55.88%
G = 23.02%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E96058 (or 0xE96058) is known color: Flamingo. HEX triplet: E9, 60 and 58. RGB value is (233,96,88). Sum of RGB (Red+Green+Blue) = 233+96+88=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E96058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96058 is #169FA7. Grayscale: #888888. Windows color (decimal): -1482664 or 5791977. OLE color: 5791977.

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

Color convert

RGB 233 96 88 -
CMYK 0 0.59 0.62 0.09
HSL 3.31º 0.77% 0.63% -
HSV(B) 3.31º 0.62% 0.91% -
XYZ 39.55 26.39 12.24 -
YUV 136.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 233 96 88 0 0.59 0.62 0.09 3.31 0.77 0.63
Hex E9 60 58 0 3B 3E 9 3 4D 3F
Octal 351 140 130 0 73 76 11 3 115 77
Binary 11101001 1100000 1011000 0 111011 111110 1001 11 1001101 111111

Color Harmonies of #E96058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96058

Black with #E96058

Text Example


Text Example

White with #E96058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96058; }

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

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

background-color css

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

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

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

border-color css

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

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

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