#EB6954

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

Shades of Flamingo #EB6954

Tints of Flamingo #EB6954

Color information

#EB6954 (or 0xEB6954) is unknown color: approx Flamingo. HEX triplet: EB, 69 and 54. RGB value is (235,105,84). Sum of RGB (Red+Green+Blue) = 235+105+84=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6954 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6954 is #1496AB. Grayscale: #8D8D8D. Windows color (decimal): -1349292 or 5532139. OLE color: 5532139.

HSL color Cylindrical-coordinate representation of color #EB6954: hue angle of 8.34º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB6954 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB23510584-
CMYK00.550.640.08
HSL8.34º79.06%62.55%-
HSV(B)8.34º64.26%92.16%-
XYZ40.9128.4111.71-
YUV141.4895.57194.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.42%
GREEN value IS 105 (41.41% from 255) = 24.76%
BLUE value IS 84 (33.20% from 255) = 19.81%
R=55.42%
G=24.76%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351058400.550.640.088.3479.0662.55
HexEB695403740884f3f
Octal353151124067100101011777
Binary111010111101001101010001101111000000100010001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6954; }

 p { color: rgb(235,105,84); }

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

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

 a { background-color: rgb(235,105,84); }

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

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

 span { border-color: rgb(235,105,84); }

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