Html Css Color HEX #E45845 Flamingo

📋 copy color: '#E45845'

red 228 ◦ green 88 ◦ blue 69

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

Shades of Flamingo #E45845

Tints of Flamingo #E45845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.86%

 BLUE value IS 69 (27.34% from 255) = 17.92%

R = 59.22%
G = 22.86%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E45845 (or 0xE45845) is known color: Flamingo. HEX triplet: E4, 58 and 45. RGB value is (228,88,69). Sum of RGB (Red+Green+Blue) = 228+88+69=385 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.22% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 228 - color contains mainly: red. Hex color #E45845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45845 is #1BA7BA. Grayscale: #7F7F7F. Windows color (decimal): -1812411 or 4544740. OLE color: 4544740.

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

Color convert

RGB 228 88 69 -
CMYK 0 0.61 0.70 0.11
HSL 7.17º 0.75% 0.58% -
HSV(B) 7.17º 0.7% 0.89% -
XYZ 36.56 23.9 8.32 -
YUV 127.69 94.88 199.54 -
System Red Green Blue C M Y K H S L
Decimal 228 88 69 0 0.61 0.70 0.11 7.17 0.75 0.58
Hex E4 58 45 0 3D 46 B 7 4B 3A
Octal 344 130 105 0 75 106 13 7 113 72
Binary 11100100 1011000 1000101 0 111101 1000110 1011 111 1001011 111010

Color Harmonies of #E45845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45845

Black with #E45845

Text Example


Text Example

White with #E45845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45845; }

 p { color: rgb(228,88,69); }

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

background-color css

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

 a { background-color: rgb(228,88,69); }

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

border-color css

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

 span { border-color: rgb(228,88,69); }

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