Html Css Color HEX #ED47FC Pink Flamingo

📋 copy color: '#ED47FC'

red 237 ◦ green 71 ◦ blue 252

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

Shades of Pink Flamingo #ED47FC

Tints of Pink Flamingo #ED47FC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.68%

 BLUE value IS 252 (98.83% from 255) = 45%

R = 42.32%
G = 12.68%
B = 45%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED47FC (or 0xED47FC) is known color: Pink Flamingo. HEX triplet: ED, 47 and FC. RGB value is (237,71,252). Sum of RGB (Red+Green+Blue) = 237+71+252=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 71 (28.12% from 255 or 12.68% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED47FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED47FC is #12B803. Grayscale: #8C8C8C. Windows color (decimal): -1226756 or 16533485. OLE color: 16533485.

HSL color Cylindrical-coordinate representation of color #ED47FC: hue angle of 295.03º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED47FC is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 71 252 -
CMYK 0.06 0.72 0 0.01
HSL 295.03º 0.97% 0.63% -
HSV(B) 295.03º 0.72% 0.99% -
XYZ 54.75 29.54 94.91 -
YUV 141.27 190.5 196.28 -
System Red Green Blue C M Y K H S L
Decimal 237 71 252 0.06 0.72 0 0.01 295.03 0.97 0.63
Hex ED 47 FC 6 48 0 1 127 61 3F
Octal 355 107 374 6 110 0 1 447 141 77
Binary 11101101 1000111 11111100 110 1001000 0 1 100100111 1100001 111111

Color Harmonies of #ED47FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED47FC

Black with #ED47FC

Text Example


Text Example

White with #ED47FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED47FC; }

 p { color: rgb(237,71,252); }

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

background-color css

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

 a { background-color: rgb(237,71,252); }

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

border-color css

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

 span { border-color: rgb(237,71,252); }

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