Html Css Color HEX #EC47FC Pink Flamingo

📋 copy color: '#EC47FC'

red 236 ◦ green 71 ◦ blue 252

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

Shades of Pink Flamingo #EC47FC

Tints of Pink Flamingo #EC47FC

RGB

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

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

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

R = 42.22%
G = 12.7%
B = 45.08%

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

#EC47FC (or 0xEC47FC) is known color: Pink Flamingo. HEX triplet: EC, 47 and FC. RGB value is (236,71,252). Sum of RGB (Red+Green+Blue) = 236+71+252=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 71 (28.12% from 255 or 12.70% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC47FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC47FC is #13B803. Grayscale: #8C8C8C. Windows color (decimal): -1292292 or 16533484. OLE color: 16533484.

HSL color Cylindrical-coordinate representation of color #EC47FC: hue angle of 294.7º 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 #EC47FC is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 71 252 -
CMYK 0.06 0.72 0 0.01
HSL 294.7º 0.97% 0.63% -
HSV(B) 294.7º 0.72% 0.99% -
XYZ 54.42 29.37 94.9 -
YUV 140.97 190.66 195.78 -
System Red Green Blue C M Y K H S L
Decimal 236 71 252 0.06 0.72 0 0.01 294.7 0.97 0.63
Hex EC 47 FC 6 48 0 1 127 61 3F
Octal 354 107 374 6 110 0 1 447 141 77
Binary 11101100 1000111 11111100 110 1001000 0 1 100100111 1100001 111111

Color Harmonies of #EC47FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47FC

Black with #EC47FC

Text Example


Text Example

White with #EC47FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC47FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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