Html Css Color HEX #E96055 Flamingo

📋 copy color: '#E96055'

red 233 ◦ green 96 ◦ blue 85

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

Shades of Flamingo #E96055

Tints of Flamingo #E96055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.53%

R = 56.28%
G = 23.19%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E96055 (or 0xE96055) is known color: Flamingo. HEX triplet: E9, 60 and 55. RGB value is (233,96,85). Sum of RGB (Red+Green+Blue) = 233+96+85=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E96055 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96055 is #169FAA. Grayscale: #878787. Windows color (decimal): -1482667 or 5595369. OLE color: 5595369.

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

Color convert

RGB 233 96 85 -
CMYK 0 0.59 0.64 0.09
HSL 4.46º 0.77% 0.62% -
HSV(B) 4.46º 0.64% 0.91% -
XYZ 39.43 26.35 11.6 -
YUV 135.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 233 96 85 0 0.59 0.64 0.09 4.46 0.77 0.62
Hex E9 60 55 0 3B 40 9 4 4D 3E
Octal 351 140 125 0 73 100 11 4 115 76
Binary 11101001 1100000 1010101 0 111011 1000000 1001 100 1001101 111110

Color Harmonies of #E96055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96055

Black with #E96055

Text Example


Text Example

White with #E96055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96055; }

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

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

background-color css

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

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

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

border-color css

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

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

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