#ED63F9

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

Shades of Pink Flamingo #ED63F9

Tints of Pink Flamingo #ED63F9

Color information

#ED63F9 (or 0xED63F9) is unknown color: approx Pink Flamingo. HEX triplet: ED, 63 and F9. RGB value is (237,99,249). Sum of RGB (Red+Green+Blue) = 237+99+249=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 99 (39.06% from 255 or 16.92% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED63F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED63F9 is #129C06. Grayscale: #9C9C9C. Windows color (decimal): -1219591 or 16344045. OLE color: 16344045.

HSL color Cylindrical-coordinate representation of color #ED63F9: hue angle of 295.2º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED63F9 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23799249-
CMYK0.050.6000.02
HSL295.2º92.59%68.24%-
HSV(B)295.2º60.24%97.65%-
XYZ56.4933.7793.16-
YUV157.36179.72184.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 99 (39.06% from 255) = 16.92%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=40.51%
G=16.92%
B=42.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal237992490.050.6000.02295.292.5968.24
HexED63F953C021275d44
Octal35514337157402447135104
Binary1110110111000111111100110111110001010010011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED63F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED63F9; }

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

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

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

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

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

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

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

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