Html Css Color HEX #E96053 Flamingo

📋 copy color: '#E96053'

red 233 ◦ green 96 ◦ blue 83

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

Shades of Flamingo #E96053

Tints of Flamingo #E96053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.15%

R = 56.55%
G = 23.3%
B = 20.15%

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

#E96053 (or 0xE96053) is known color: Flamingo. HEX triplet: E9, 60 and 53. RGB value is (233,96,83). Sum of RGB (Red+Green+Blue) = 233+96+83=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E96053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96053 is #169FAC. Grayscale: #878787. Windows color (decimal): -1482669 or 5464297. OLE color: 5464297.

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

Color convert

RGB 233 96 83 -
CMYK 0 0.59 0.64 0.09
HSL 5.2º 0.77% 0.62% -
HSV(B) 5.2º 0.64% 0.91% -
XYZ 39.35 26.31 11.19 -
YUV 135.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 233 96 83 0 0.59 0.64 0.09 5.2 0.77 0.62
Hex E9 60 53 0 3B 40 9 5 4D 3E
Octal 351 140 123 0 73 100 11 5 115 76
Binary 11101001 1100000 1010011 0 111011 1000000 1001 101 1001101 111110

Color Harmonies of #E96053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96053

Black with #E96053

Text Example


Text Example

White with #E96053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96053; }

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

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

background-color css

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

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

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

border-color css

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

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

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