#EB504E

Color #EB504E Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #EB504E

Tints of Flamingo #EB504E

Color information

#EB504E (or 0xEB504E) is unknown color: approx Flamingo. HEX triplet: EB, 50 and 4E. RGB value is (235,80,78). Sum of RGB (Red+Green+Blue) = 235+80+78=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB504E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB504E is #14AFB1. Grayscale: #7E7E7E. Windows color (decimal): -1355698 or 5132523. OLE color: 5132523.

HSL color Cylindrical-coordinate representation of color #EB504E: hue angle of 0.76º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB504E is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB2358078-
CMYK00.660.670.08
HSL0.76º79.7%61.37%-
HSV(B)0.76º66.81%92.16%-
XYZ38.523.959.8-
YUV126.12100.85205.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.80%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 78 (30.86% from 255) = 19.85%
R=59.80%
G=20.36%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235807800.660.670.080.7679.761.37
HexEB504E0424381503d
Octal353120116010210310112075
Binary1110101110100001001110010000101000011100011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB504E; }

 p { color: rgb(235,80,78); }

 H1.HeaderClassName
 {
   color: #EB504E;
 }
 .AnyTagClassName
 {
   color: #EB504E;
 }
</style>
background-color css

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

 a { background-color: rgb(235,80,78); }

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

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

 span { border-color: rgb(235,80,78); }

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