Html Css Color HEX #E36950 Flamingo

📋 copy color: '#E36950'

red 227 ◦ green 105 ◦ blue 80

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

Shades of Flamingo #E36950

Tints of Flamingo #E36950

RGB

 RED value IS 227 (89.06% from 255) = 55.1%

 GREEN value IS 105 (41.41% from 255) = 25.49%

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

R = 55.1%
G = 25.49%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E36950 (or 0xE36950) is known color: Flamingo. HEX triplet: E3, 69 and 50. RGB value is (227,105,80). Sum of RGB (Red+Green+Blue) = 227+105+80=412 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.10% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 227 - color contains mainly: red. Hex color #E36950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36950 is #1C96AF. Grayscale: #8A8A8A. Windows color (decimal): -1873584 or 5269987. OLE color: 5269987.

HSL color Cylindrical-coordinate representation of color #E36950: hue angle of 10.2º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E36950 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 105 80 -
CMYK 0 0.54 0.65 0.11
HSL 10.2º 0.72% 0.6% -
HSV(B) 10.2º 0.65% 0.89% -
XYZ 38.18 27.01 10.79 -
YUV 138.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 227 105 80 0 0.54 0.65 0.11 10.2 0.72 0.6
Hex E3 69 50 0 36 41 B A 48 3C
Octal 343 151 120 0 66 101 13 12 110 74
Binary 11100011 1101001 1010000 0 110110 1000001 1011 1010 1001000 111100

Color Harmonies of #E36950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36950

Black with #E36950

Text Example


Text Example

White with #E36950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36950; }

 p { color: rgb(227,105,80); }

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

background-color css

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

 a { background-color: rgb(227,105,80); }

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

border-color css

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

 span { border-color: rgb(227,105,80); }

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