Html Css Color HEX #ED47FF Pink Flamingo

📋 copy color: '#ED47FF'

red 237 ◦ green 71 ◦ blue 255

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

Shades of Pink Flamingo #ED47FF

Tints of Pink Flamingo #ED47FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.29%

R = 42.1%
G = 12.61%
B = 45.29%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED47FF (or 0xED47FF) is known color: Pink Flamingo. HEX triplet: ED, 47 and FF. RGB value is (237,71,255). Sum of RGB (Red+Green+Blue) = 237+71+255=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 71 (28.12% from 255 or 12.61% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED47FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED47FF is #12B800. Grayscale: #8D8D8D. Windows color (decimal): -1226753 or 16730093. OLE color: 16730093.

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

Color convert

RGB 237 71 255 -
CMYK 0.07 0.72 0 0
HSL 294.13º 1% 0.64% -
HSV(B) 294.13º 0.72% 1% -
XYZ 55.23 29.73 97.44 -
YUV 141.61 192 196.04 -
System Red Green Blue C M Y K H S L
Decimal 237 71 255 0.07 0.72 0 0 294.13 1 0.64
Hex ED 47 FF 7 48 0 0 126 64 40
Octal 355 107 377 7 110 0 0 446 144 100
Binary 11101101 1000111 11111111 111 1001000 0 0 100100110 1100100 1000000

Color Harmonies of #ED47FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED47FF

Black with #ED47FF

Text Example


Text Example

White with #ED47FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED47FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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