Html Css Color HEX #E45750 Flamingo

📋 copy color: '#E45750'

red 228 ◦ green 87 ◦ blue 80

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

Shades of Flamingo #E45750

Tints of Flamingo #E45750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.03%

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 57.72%
G = 22.03%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E45750 (or 0xE45750) is known color: Flamingo. HEX triplet: E4, 57 and 50. RGB value is (228,87,80). Sum of RGB (Red+Green+Blue) = 228+87+80=395 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.72% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 228 - color contains mainly: red. Hex color #E45750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45750 is #1BA8AF. Grayscale: #808080. Windows color (decimal): -1812656 or 5265380. OLE color: 5265380.

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

Color convert

RGB 228 87 80 -
CMYK 0 0.62 0.65 0.11
HSL 2.84º 0.73% 0.6% -
HSV(B) 2.84º 0.65% 0.89% -
XYZ 36.85 23.89 10.26 -
YUV 128.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 228 87 80 0 0.62 0.65 0.11 2.84 0.73 0.6
Hex E4 57 50 0 3E 41 B 3 49 3C
Octal 344 127 120 0 76 101 13 3 111 74
Binary 11100100 1010111 1010000 0 111110 1000001 1011 11 1001001 111100

Color Harmonies of #E45750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45750

Black with #E45750

Text Example


Text Example

White with #E45750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45750; }

 p { color: rgb(228,87,80); }

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

background-color css

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

 a { background-color: rgb(228,87,80); }

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

border-color css

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

 span { border-color: rgb(228,87,80); }

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