Html Css Color HEX #EC47FD Pink Flamingo

📋 copy color: '#EC47FD'

red 236 ◦ green 71 ◦ blue 253

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

Shades of Pink Flamingo #EC47FD

Tints of Pink Flamingo #EC47FD

RGB

 RED value IS 236 (92.58% from 255) = 42.14%

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

 BLUE value IS 253 (99.22% from 255) = 45.18%

R = 42.14%
G = 12.68%
B = 45.18%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC47FD (or 0xEC47FD) is known color: Pink Flamingo. HEX triplet: EC, 47 and FD. RGB value is (236,71,253). Sum of RGB (Red+Green+Blue) = 236+71+253=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 71 (28.12% from 255 or 12.68% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC47FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC47FD is #13B802. Grayscale: #8C8C8C. Windows color (decimal): -1292291 or 16599020. OLE color: 16599020.

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

Color convert

RGB 236 71 253 -
CMYK 0.07 0.72 0 0.01
HSL 294.4º 0.98% 0.64% -
HSV(B) 294.4º 0.72% 0.99% -
XYZ 54.57 29.43 95.73 -
YUV 141.08 191.16 195.7 -
System Red Green Blue C M Y K H S L
Decimal 236 71 253 0.07 0.72 0 0.01 294.4 0.98 0.64
Hex EC 47 FD 7 48 0 1 126 62 40
Octal 354 107 375 7 110 0 1 446 142 100
Binary 11101100 1000111 11111101 111 1001000 0 1 100100110 1100010 1000000

Color Harmonies of #EC47FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47FD

Black with #EC47FD

Text Example


Text Example

White with #EC47FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC47FD; }

 p { color: rgb(236,71,253); }

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

background-color css

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

 a { background-color: rgb(236,71,253); }

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

border-color css

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

 span { border-color: rgb(236,71,253); }

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