Html Css Color HEX #E45648 Flamingo

📋 copy color: '#E45648'

red 228 ◦ green 86 ◦ blue 72

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

Shades of Flamingo #E45648

Tints of Flamingo #E45648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.65%

R = 59.07%
G = 22.28%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E45648 (or 0xE45648) is known color: Flamingo. HEX triplet: E4, 56 and 48. RGB value is (228,86,72). Sum of RGB (Red+Green+Blue) = 228+86+72=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E45648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45648 is #1BA9B7. Grayscale: #7F7F7F. Windows color (decimal): -1812920 or 4740836. OLE color: 4740836.

HSL color Cylindrical-coordinate representation of color #E45648: hue angle of 5.38º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E45648 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 86 72 -
CMYK 0 0.62 0.68 0.11
HSL 5.38º 0.74% 0.59% -
HSV(B) 5.38º 0.68% 0.89% -
XYZ 36.49 23.62 8.77 -
YUV 126.86 97.04 200.14 -
System Red Green Blue C M Y K H S L
Decimal 228 86 72 0 0.62 0.68 0.11 5.38 0.74 0.59
Hex E4 56 48 0 3E 44 B 5 4A 3B
Octal 344 126 110 0 76 104 13 5 112 73
Binary 11100100 1010110 1001000 0 111110 1000100 1011 101 1001010 111011

Color Harmonies of #E45648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45648

Black with #E45648

Text Example


Text Example

White with #E45648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45648; }

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

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

background-color css

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

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

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

border-color css

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

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

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