Html Css Color HEX #E45B45 Flamingo

📋 copy color: '#E45B45'

red 228 ◦ green 91 ◦ blue 69

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

Shades of Flamingo #E45B45

Tints of Flamingo #E45B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.45%

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

R = 58.76%
G = 23.45%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E45B45 (or 0xE45B45) is known color: Flamingo. HEX triplet: E4, 5B and 45. RGB value is (228,91,69). Sum of RGB (Red+Green+Blue) = 228+91+69=388 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.76% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 228 - color contains mainly: red. Hex color #E45B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45B45 is #1BA4BA. Grayscale: #818181. Windows color (decimal): -1811643 or 4545508. OLE color: 4545508.

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

Color convert

RGB 228 91 69 -
CMYK 0 0.60 0.70 0.11
HSL 8.3º 0.75% 0.58% -
HSV(B) 8.3º 0.7% 0.89% -
XYZ 36.81 24.41 8.4 -
YUV 129.46 93.89 198.29 -
System Red Green Blue C M Y K H S L
Decimal 228 91 69 0 0.60 0.70 0.11 8.3 0.75 0.58
Hex E4 5B 45 0 3C 46 B 8 4B 3A
Octal 344 133 105 0 74 106 13 10 113 72
Binary 11100100 1011011 1000101 0 111100 1000110 1011 1000 1001011 111010

Color Harmonies of #E45B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45B45

Black with #E45B45

Text Example


Text Example

White with #E45B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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