#ED6353

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

Shades of Flamingo #ED6353

Tints of Flamingo #ED6353

Color information

#ED6353 (or 0xED6353) is unknown color: approx Flamingo. HEX triplet: ED, 63 and 53. RGB value is (237,99,83). Sum of RGB (Red+Green+Blue) = 237+99+83=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6353 is #129CAC. Grayscale: #8A8A8A. Windows color (decimal): -1219757 or 5465069. OLE color: 5465069.

HSL color Cylindrical-coordinate representation of color #ED6353: hue angle of 6.23º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED6353 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB2379983-
CMYK00.580.650.07
HSL6.23º81.05%62.75%-
HSV(B)6.23º64.98%92.94%-
XYZ40.9527.5511.34-
YUV138.4496.72198.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.56%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 83 (32.81% from 255) = 19.81%
R=56.56%
G=23.63%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237998300.580.650.076.2381.0562.75
HexED635303A4176513f
Octal3551431230721017612177
Binary1110110111000111010011011101010000011111101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6353; }

 p { color: rgb(237,99,83); }

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

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

 a { background-color: rgb(237,99,83); }

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

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

 span { border-color: rgb(237,99,83); }

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