Html Css Color HEX #EC47FE Pink Flamingo

📋 copy color: '#EC47FE'

red 236 ◦ green 71 ◦ blue 254

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

Shades of Pink Flamingo #EC47FE

Tints of Pink Flamingo #EC47FE

RGB

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

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

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

R = 42.07%
G = 12.66%
B = 45.28%

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

#EC47FE (or 0xEC47FE) is known color: Pink Flamingo. HEX triplet: EC, 47 and FE. RGB value is (236,71,254). Sum of RGB (Red+Green+Blue) = 236+71+254=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 71 (28.12% from 255 or 12.66% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC47FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC47FE is #13B801. Grayscale: #8C8C8C. Windows color (decimal): -1292290 or 16664556. OLE color: 16664556.

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

Color convert

RGB 236 71 254 -
CMYK 0.07 0.72 0 0.00
HSL 294.1º 0.99% 0.64% -
HSV(B) 294.1º 0.72% 1% -
XYZ 54.73 29.5 96.57 -
YUV 141.2 191.66 195.62 -
System Red Green Blue C M Y K H S L
Decimal 236 71 254 0.07 0.72 0 0.00 294.1 0.99 0.64
Hex EC 47 FE 7 48 0 0 126 63 40
Octal 354 107 376 7 110 0 0 446 143 100
Binary 11101100 1000111 11111110 111 1001000 0 0 100100110 1100011 1000000

Color Harmonies of #EC47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47FE

Black with #EC47FE

Text Example


Text Example

White with #EC47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC47FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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