Html Css Color HEX #E45A40 Flamingo

📋 copy color: '#E45A40'

red 228 ◦ green 90 ◦ blue 64

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

Shades of Flamingo #E45A40

Tints of Flamingo #E45A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.56%

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

R = 59.69%
G = 23.56%
B = 16.75%

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

#E45A40 (or 0xE45A40) is known color: Flamingo. HEX triplet: E4, 5A and 40. RGB value is (228,90,64). Sum of RGB (Red+Green+Blue) = 228+90+64=382 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.69% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45A40 is #1BA5BF. Grayscale: #808080. Windows color (decimal): -1811904 or 4217572. OLE color: 4217572.

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

Color convert

RGB 228 90 64 -
CMYK 0 0.61 0.72 0.11
HSL 9.51º 0.75% 0.57% -
HSV(B) 9.51º 0.72% 0.89% -
XYZ 36.58 24.18 7.59 -
YUV 128.3 91.72 199.11 -
System Red Green Blue C M Y K H S L
Decimal 228 90 64 0 0.61 0.72 0.11 9.51 0.75 0.57
Hex E4 5A 40 0 3D 48 B A 4B 39
Octal 344 132 100 0 75 110 13 12 113 71
Binary 11100100 1011010 1000000 0 111101 1001000 1011 1010 1001011 111001

Color Harmonies of #E45A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45A40

Black with #E45A40

Text Example


Text Example

White with #E45A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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