Html Css Color HEX #ED47FE Pink Flamingo

📋 copy color: '#ED47FE'

red 237 ◦ green 71 ◦ blue 254

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

Shades of Pink Flamingo #ED47FE

Tints of Pink Flamingo #ED47FE

RGB

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

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

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

R = 42.17%
G = 12.63%
B = 45.2%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED47FE (or 0xED47FE) is known color: Pink Flamingo. HEX triplet: ED, 47 and FE. RGB value is (237,71,254). Sum of RGB (Red+Green+Blue) = 237+71+254=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 71 (28.12% from 255 or 12.63% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED47FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED47FE is #12B801. Grayscale: #8C8C8C. Windows color (decimal): -1226754 or 16664557. OLE color: 16664557.

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

Color convert

RGB 237 71 254 -
CMYK 0.07 0.72 0 0.00
HSL 294.43º 0.99% 0.64% -
HSV(B) 294.43º 0.72% 1% -
XYZ 55.07 29.67 96.59 -
YUV 141.5 191.5 196.12 -
System Red Green Blue C M Y K H S L
Decimal 237 71 254 0.07 0.72 0 0.00 294.43 0.99 0.64
Hex ED 47 FE 7 48 0 0 126 63 40
Octal 355 107 376 7 110 0 0 446 143 100
Binary 11101101 1000111 11111110 111 1001000 0 0 100100110 1100011 1000000

Color Harmonies of #ED47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED47FE

Black with #ED47FE

Text Example


Text Example

White with #ED47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED47FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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