Html Css Color HEX #E45940 Flamingo

📋 copy color: '#E45940'

red 228 ◦ green 89 ◦ blue 64

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

Shades of Flamingo #E45940

Tints of Flamingo #E45940

RGB

 RED value IS 228 (89.45% from 255) = 59.84%

 GREEN value IS 89 (35.16% from 255) = 23.36%

 BLUE value IS 64 (25.39% from 255) = 16.8%

R = 59.84%
G = 23.36%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E45940 (or 0xE45940) is known color: Flamingo. HEX triplet: E4, 59 and 40. RGB value is (228,89,64). Sum of RGB (Red+Green+Blue) = 228+89+64=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E45940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45940 is #1BA6BF. Grayscale: #7F7F7F. Windows color (decimal): -1812160 or 4217316. OLE color: 4217316.

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

Color convert

RGB 228 89 64 -
CMYK 0 0.61 0.72 0.11
HSL 9.15º 0.75% 0.57% -
HSV(B) 9.15º 0.72% 0.89% -
XYZ 36.49 24.01 7.56 -
YUV 127.71 92.05 199.53 -
System Red Green Blue C M Y K H S L
Decimal 228 89 64 0 0.61 0.72 0.11 9.15 0.75 0.57
Hex E4 59 40 0 3D 48 B 9 4B 39
Octal 344 131 100 0 75 110 13 11 113 71
Binary 11100100 1011001 1000000 0 111101 1001000 1011 1001 1001011 111001

Color Harmonies of #E45940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45940

Black with #E45940

Text Example


Text Example

White with #E45940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45940; }

 p { color: rgb(228,89,64); }

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

background-color css

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

 a { background-color: rgb(228,89,64); }

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

border-color css

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

 span { border-color: rgb(228,89,64); }

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