Html Css Color HEX #ED63FE Pink Flamingo

📋 copy color: '#ED63FE'

red 237 ◦ green 99 ◦ blue 254

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

Shades of Pink Flamingo #ED63FE

Tints of Pink Flamingo #ED63FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.05%

R = 40.17%
G = 16.78%
B = 43.05%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED63FE (or 0xED63FE) is known color: Pink Flamingo. HEX triplet: ED, 63 and FE. RGB value is (237,99,254). Sum of RGB (Red+Green+Blue) = 237+99+254=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 99 (39.06% from 255 or 16.78% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED63FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED63FE is #129C01. Grayscale: #9D9D9D. Windows color (decimal): -1219586 or 16671725. OLE color: 16671725.

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

Color convert

RGB 237 99 254 -
CMYK 0.07 0.61 0 0.00
HSL 293.42º 0.99% 0.69% -
HSV(B) 293.42º 0.61% 1% -
XYZ 57.28 34.08 97.33 -
YUV 157.93 182.22 184.4 -
System Red Green Blue C M Y K H S L
Decimal 237 99 254 0.07 0.61 0 0.00 293.42 0.99 0.69
Hex ED 63 FE 7 3D 0 0 125 63 45
Octal 355 143 376 7 75 0 0 445 143 105
Binary 11101101 1100011 11111110 111 111101 0 0 100100101 1100011 1000101

Color Harmonies of #ED63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED63FE

Black with #ED63FE

Text Example


Text Example

White with #ED63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED63FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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