Html Css Color HEX #EC47FB Pink Flamingo

📋 copy color: '#EC47FB'

red 236 ◦ green 71 ◦ blue 251

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

Shades of Pink Flamingo #EC47FB

Tints of Pink Flamingo #EC47FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.98%

R = 42.29%
G = 12.72%
B = 44.98%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC47FB (or 0xEC47FB) is known color: Pink Flamingo. HEX triplet: EC, 47 and FB. RGB value is (236,71,251). Sum of RGB (Red+Green+Blue) = 236+71+251=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 71 (28.12% from 255 or 12.72% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC47FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC47FB is #13B804. Grayscale: #8C8C8C. Windows color (decimal): -1292293 or 16467948. OLE color: 16467948.

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

Color convert

RGB 236 71 251 -
CMYK 0.06 0.72 0 0.02
HSL 295º 0.96% 0.63% -
HSV(B) 295º 0.72% 0.98% -
XYZ 54.26 29.3 94.06 -
YUV 140.86 190.16 195.86 -
System Red Green Blue C M Y K H S L
Decimal 236 71 251 0.06 0.72 0 0.02 295 0.96 0.63
Hex EC 47 FB 6 48 0 2 127 60 3F
Octal 354 107 373 6 110 0 2 447 140 77
Binary 11101100 1000111 11111011 110 1001000 0 10 100100111 1100000 111111

Color Harmonies of #EC47FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47FB

Black with #EC47FB

Text Example


Text Example

White with #EC47FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC47FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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