Html Css Color HEX #EC54FC Pink Flamingo

📋 copy color: '#EC54FC'

red 236 ◦ green 84 ◦ blue 252

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

Shades of Pink Flamingo #EC54FC

Tints of Pink Flamingo #EC54FC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.69%

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

R = 41.26%
G = 14.69%
B = 44.06%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC54FC (or 0xEC54FC) is known color: Pink Flamingo. HEX triplet: EC, 54 and FC. RGB value is (236,84,252). Sum of RGB (Red+Green+Blue) = 236+84+252=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 84 (33.20% from 255 or 14.69% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC54FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC54FC is #13AB03. Grayscale: #949494. Windows color (decimal): -1288964 or 16536812. OLE color: 16536812.

HSL color Cylindrical-coordinate representation of color #EC54FC: hue angle of 294.29º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC54FC is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 84 252 -
CMYK 0.06 0.67 0 0.01
HSL 294.29º 0.97% 0.66% -
HSV(B) 294.29º 0.67% 0.99% -
XYZ 55.33 31.2 95.2 -
YUV 148.6 186.36 190.34 -
System Red Green Blue C M Y K H S L
Decimal 236 84 252 0.06 0.67 0 0.01 294.29 0.97 0.66
Hex EC 54 FC 6 43 0 1 126 61 42
Octal 354 124 374 6 103 0 1 446 141 102
Binary 11101100 1010100 11111100 110 1000011 0 1 100100110 1100001 1000010

Color Harmonies of #EC54FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC54FC

Black with #EC54FC

Text Example


Text Example

White with #EC54FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC54FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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