Html Css Color HEX #E36450 Flamingo

📋 copy color: '#E36450'

red 227 ◦ green 100 ◦ blue 80

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

Shades of Flamingo #E36450

Tints of Flamingo #E36450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.57%

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

R = 55.77%
G = 24.57%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E36450 (or 0xE36450) is known color: Flamingo. HEX triplet: E3, 64 and 50. RGB value is (227,100,80). Sum of RGB (Red+Green+Blue) = 227+100+80=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E36450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36450 is #1C9BAF. Grayscale: #878787. Windows color (decimal): -1874864 or 5268707. OLE color: 5268707.

HSL color Cylindrical-coordinate representation of color #E36450: hue angle of 8.16º 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 #E36450 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 100 80 -
CMYK 0 0.56 0.65 0.11
HSL 8.16º 0.72% 0.6% -
HSV(B) 8.16º 0.65% 0.89% -
XYZ 37.68 26.02 10.63 -
YUV 135.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 227 100 80 0 0.56 0.65 0.11 8.16 0.72 0.6
Hex E3 64 50 0 38 41 B 8 48 3C
Octal 343 144 120 0 70 101 13 10 110 74
Binary 11100011 1100100 1010000 0 111000 1000001 1011 1000 1001000 111100

Color Harmonies of #E36450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36450

Black with #E36450

Text Example


Text Example

White with #E36450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36450; }

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

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

background-color css

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

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

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

border-color css

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

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

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