#ED63FD

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

Shades of Pink Flamingo #ED63FD

Tints of Pink Flamingo #ED63FD

Color information

#ED63FD (or 0xED63FD) is unknown color: approx Pink Flamingo. HEX triplet: ED, 63 and FD. RGB value is (237,99,253). Sum of RGB (Red+Green+Blue) = 237+99+253=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 99 (39.06% from 255 or 16.81% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED63FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED63FD is #129C02. Grayscale: #9D9D9D. Windows color (decimal): -1219587 or 16606189. OLE color: 16606189.

HSL color Cylindrical-coordinate representation of color #ED63FD: hue angle of 293.77º degrees, saturation: 0.97, 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 #ED63FD is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23799253-
CMYK0.060.6100.01
HSL293.77º97.47%69.02%-
HSV(B)293.77º60.87%99.22%-
XYZ57.1234.0296.48-
YUV157.82181.72184.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 99 (39.06% from 255) = 16.81%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=40.24%
G=16.81%
B=42.95%

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
Decimal237992530.060.6100.01293.7797.4769.02
HexED63FD63D011266145
Octal35514337567501446141105
Binary111011011100011111111011101111010110010011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED63FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED63FD; }

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

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

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

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

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

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

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

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