#EB514F

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

Shades of Flamingo #EB514F

Tints of Flamingo #EB514F

Color information

#EB514F (or 0xEB514F) is unknown color: approx Flamingo. HEX triplet: EB, 51 and 4F. RGB value is (235,81,79). Sum of RGB (Red+Green+Blue) = 235+81+79=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB514F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB514F is #14AEB0. Grayscale: #7E7E7E. Windows color (decimal): -1355441 or 5198315. OLE color: 5198315.

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

Color convert

RGB2358179-
CMYK00.660.660.08
HSL0.77º79.59%61.57%-
HSV(B)0.77º66.38%92.16%-
XYZ38.6124.1110.02-
YUV126.82101.02205.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.49%
GREEN value IS 81 (32.03% from 255) = 20.51%
BLUE value IS 79 (31.25% from 255) = 20%
R=59.49%
G=20.51%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235817900.660.660.080.7779.5961.57
HexEB514F0424281503e
Octal353121117010210210112076
Binary1110101110100011001111010000101000010100011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB514F; }

 p { color: rgb(235,81,79); }

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

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

 a { background-color: rgb(235,81,79); }

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

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

 span { border-color: rgb(235,81,79); }

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