Html Css Color HEX #E96050 Flamingo

📋 copy color: '#E96050'

red 233 ◦ green 96 ◦ blue 80

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

Shades of Flamingo #E96050

Tints of Flamingo #E96050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.56%

R = 56.97%
G = 23.47%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E96050 (or 0xE96050) is known color: Flamingo. HEX triplet: E9, 60 and 50. RGB value is (233,96,80). Sum of RGB (Red+Green+Blue) = 233+96+80=409 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.97% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 233 - color contains mainly: red. Hex color #E96050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96050 is #169FAF. Grayscale: #878787. Windows color (decimal): -1482672 or 5267689. OLE color: 5267689.

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

Color convert

RGB 233 96 80 -
CMYK 0 0.59 0.66 0.09
HSL 6.27º 0.78% 0.61% -
HSV(B) 6.27º 0.66% 0.91% -
XYZ 39.24 26.27 10.59 -
YUV 135.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 233 96 80 0 0.59 0.66 0.09 6.27 0.78 0.61
Hex E9 60 50 0 3B 42 9 6 4E 3D
Octal 351 140 120 0 73 102 11 6 116 75
Binary 11101001 1100000 1010000 0 111011 1000010 1001 110 1001110 111101

Color Harmonies of #E96050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96050

Black with #E96050

Text Example


Text Example

White with #E96050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96050; }

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

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

background-color css

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

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

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

border-color css

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

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

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