#ED63FC

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

Shades of Pink Flamingo #ED63FC

Tints of Pink Flamingo #ED63FC

Color information

#ED63FC (or 0xED63FC) is unknown color: approx Pink Flamingo. HEX triplet: ED, 63 and FC. RGB value is (237,99,252). Sum of RGB (Red+Green+Blue) = 237+99+252=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 99 (39.06% from 255 or 16.84% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED63FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED63FC is #129C03. Grayscale: #9D9D9D. Windows color (decimal): -1219588 or 16540653. OLE color: 16540653.

HSL color Cylindrical-coordinate representation of color #ED63FC: hue angle of 294.12º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED63FC is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23799252-
CMYK0.060.6100.01
HSL294.12º96.23%68.82%-
HSV(B)294.12º60.71%98.82%-
XYZ56.9633.9695.65-
YUV157.7181.22184.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 99 (39.06% from 255) = 16.84%
BLUE value IS 252 (98.83% from 255) = 42.86%
R=40.31%
G=16.84%
B=42.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal237992520.060.6100.01294.1296.2368.82
HexED63FC63D011266045
Octal35514337467501446140105
Binary111011011100011111111001101111010110010011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED63FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED63FC; }

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

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

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

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

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

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

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

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