Html Css Color HEX #ED56FE Pink Flamingo

📋 copy color: '#ED56FE'

red 237 ◦ green 86 ◦ blue 254

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

Shades of Pink Flamingo #ED56FE

Tints of Pink Flamingo #ED56FE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 14.9%

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

R = 41.07%
G = 14.9%
B = 44.02%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED56FE (or 0xED56FE) is known color: Pink Flamingo. HEX triplet: ED, 56 and FE. RGB value is (237,86,254). Sum of RGB (Red+Green+Blue) = 237+86+254=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 86 (33.98% from 255 or 14.90% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED56FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED56FE is #12A901. Grayscale: #959595. Windows color (decimal): -1222914 or 16668397. OLE color: 16668397.

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

Color convert

RGB 237 86 254 -
CMYK 0.07 0.66 0 0.00
HSL 293.93º 0.99% 0.67% -
HSV(B) 293.93º 0.66% 1% -
XYZ 56.14 31.82 96.95 -
YUV 150.3 186.53 189.84 -
System Red Green Blue C M Y K H S L
Decimal 237 86 254 0.07 0.66 0 0.00 293.93 0.99 0.67
Hex ED 56 FE 7 42 0 0 126 63 43
Octal 355 126 376 7 102 0 0 446 143 103
Binary 11101101 1010110 11111110 111 1000010 0 0 100100110 1100011 1000011

Color Harmonies of #ED56FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED56FE

Black with #ED56FE

Text Example


Text Example

White with #ED56FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED56FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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