Html Css Color HEX #ED63FA Pink Flamingo

📋 copy color: '#ED63FA'

red 237 ◦ green 99 ◦ blue 250

#ED63FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #ED63FA

Tints of Pink Flamingo #ED63FA

RGB

 RED value IS 237 (92.97% from 255) = 40.44%

 GREEN value IS 99 (39.06% from 255) = 16.89%

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 40.44%
G = 16.89%
B = 42.66%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED63FA (or 0xED63FA) is known color: Pink Flamingo. HEX triplet: ED, 63 and FA. RGB value is (237,99,250). Sum of RGB (Red+Green+Blue) = 237+99+250=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 99 (39.06% from 255 or 16.89% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED63FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED63FA is #129C05. Grayscale: #9D9D9D. Windows color (decimal): -1219590 or 16409581. OLE color: 16409581.

HSL color Cylindrical-coordinate representation of color #ED63FA: hue angle of 294.83º degrees, saturation: 0.94, 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 #ED63FA is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 99 250 -
CMYK 0.05 0.60 0 0.02
HSL 294.83º 0.94% 0.68% -
HSV(B) 294.83º 0.6% 0.98% -
XYZ 56.64 33.83 93.99 -
YUV 157.48 180.22 184.72 -
System Red Green Blue C M Y K H S L
Decimal 237 99 250 0.05 0.60 0 0.02 294.83 0.94 0.68
Hex ED 63 FA 5 3C 0 2 127 5E 44
Octal 355 143 372 5 74 0 2 447 136 104
Binary 11101101 1100011 11111010 101 111100 0 10 100100111 1011110 1000100

Color Harmonies of #ED63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED63FA

Black with #ED63FA

Text Example


Text Example

White with #ED63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED63FA; }

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

 H1.HeaderClassName
 {
   color: #ED63FA;
 }
 .AnyTagClassName
 {
   color: #ED63FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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