Html Css Color HEX #E45644 Flamingo

📋 copy color: '#E45644'

red 228 ◦ green 86 ◦ blue 68

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

Shades of Flamingo #E45644

Tints of Flamingo #E45644

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.51%

 BLUE value IS 68 (26.95% from 255) = 17.8%

R = 59.69%
G = 22.51%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E45644 (or 0xE45644) is known color: Flamingo. HEX triplet: E4, 56 and 44. RGB value is (228,86,68). Sum of RGB (Red+Green+Blue) = 228+86+68=382 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.69% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 228 - color contains mainly: red. Hex color #E45644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45644 is #1BA9BB. Grayscale: #7E7E7E. Windows color (decimal): -1812924 or 4478692. OLE color: 4478692.

HSL color Cylindrical-coordinate representation of color #E45644: hue angle of 6.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E45644 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 86 68 -
CMYK 0 0.62 0.70 0.11
HSL 6.75º 0.75% 0.58% -
HSV(B) 6.75º 0.7% 0.89% -
XYZ 36.37 23.57 8.1 -
YUV 126.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 228 86 68 0 0.62 0.70 0.11 6.75 0.75 0.58
Hex E4 56 44 0 3E 46 B 7 4B 3A
Octal 344 126 104 0 76 106 13 7 113 72
Binary 11100100 1010110 1000100 0 111110 1000110 1011 111 1001011 111010

Color Harmonies of #E45644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45644

Black with #E45644

Text Example


Text Example

White with #E45644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45644; }

 p { color: rgb(228,86,68); }

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

background-color css

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

 a { background-color: rgb(228,86,68); }

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

border-color css

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

 span { border-color: rgb(228,86,68); }

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