Html Css Color HEX #ED56F6 Pink Flamingo

📋 copy color: '#ED56F6'

red 237 ◦ green 86 ◦ blue 246

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

Shades of Pink Flamingo #ED56F6

Tints of Pink Flamingo #ED56F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.23%

R = 41.65%
G = 15.11%
B = 43.23%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED56F6 (or 0xED56F6) is known color: Pink Flamingo. HEX triplet: ED, 56 and F6. RGB value is (237,86,246). Sum of RGB (Red+Green+Blue) = 237+86+246=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 86 (33.98% from 255 or 15.11% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED56F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED56F6 is #12A909. Grayscale: #949494. Windows color (decimal): -1222922 or 16144109. OLE color: 16144109.

HSL color Cylindrical-coordinate representation of color #ED56F6: hue angle of 296.62º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED56F6 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 86 246 -
CMYK 0.04 0.65 0 0.04
HSL 296.63º 0.9% 0.65% -
HSV(B) 296.63º 0.65% 0.96% -
XYZ 54.89 31.31 90.34 -
YUV 149.39 182.53 190.49 -
System Red Green Blue C M Y K H S L
Decimal 237 86 246 0.04 0.65 0 0.04 296.63 0.9 0.65
Hex ED 56 F6 4 41 0 4 129 5A 41
Octal 355 126 366 4 101 0 4 451 132 101
Binary 11101101 1010110 11110110 100 1000001 0 100 100101001 1011010 1000001

Color Harmonies of #ED56F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED56F6

Black with #ED56F6

Text Example


Text Example

White with #ED56F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED56F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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