Html Css Color HEX #EC53FC Pink Flamingo

📋 copy color: '#EC53FC'

red 236 ◦ green 83 ◦ blue 252

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

Shades of Pink Flamingo #EC53FC

Tints of Pink Flamingo #EC53FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.54%

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

R = 41.33%
G = 14.54%
B = 44.13%

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

#EC53FC (or 0xEC53FC) is known color: Pink Flamingo. HEX triplet: EC, 53 and FC. RGB value is (236,83,252). Sum of RGB (Red+Green+Blue) = 236+83+252=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 83 (32.81% from 255 or 14.54% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC53FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53FC is #13AC03. Grayscale: #939393. Windows color (decimal): -1289220 or 16536556. OLE color: 16536556.

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

Color convert

RGB 236 83 252 -
CMYK 0.06 0.67 0 0.01
HSL 294.32º 0.97% 0.66% -
HSV(B) 294.32º 0.67% 0.99% -
XYZ 55.26 31.05 95.18 -
YUV 148.01 186.69 190.76 -
System Red Green Blue C M Y K H S L
Decimal 236 83 252 0.06 0.67 0 0.01 294.32 0.97 0.66
Hex EC 53 FC 6 43 0 1 126 61 42
Octal 354 123 374 6 103 0 1 446 141 102
Binary 11101100 1010011 11111100 110 1000011 0 1 100100110 1100001 1000010

Color Harmonies of #EC53FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53FC

Black with #EC53FC

Text Example


Text Example

White with #EC53FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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