Html Css Color HEX #EC50FC Pink Flamingo

📋 copy color: '#EC50FC'

red 236 ◦ green 80 ◦ blue 252

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

Shades of Pink Flamingo #EC50FC

Tints of Pink Flamingo #EC50FC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.08%

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

R = 41.55%
G = 14.08%
B = 44.37%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC50FC (or 0xEC50FC) is known color: Pink Flamingo. HEX triplet: EC, 50 and FC. RGB value is (236,80,252). Sum of RGB (Red+Green+Blue) = 236+80+252=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 80 (31.64% from 255 or 14.08% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC50FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC50FC is #13AF03. Grayscale: #919191. Windows color (decimal): -1289988 or 16535788. OLE color: 16535788.

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

Color convert

RGB 236 80 252 -
CMYK 0.06 0.68 0 0.01
HSL 294.42º 0.97% 0.65% -
HSV(B) 294.42º 0.68% 0.99% -
XYZ 55.03 30.6 95.1 -
YUV 146.25 187.68 192.01 -
System Red Green Blue C M Y K H S L
Decimal 236 80 252 0.06 0.68 0 0.01 294.42 0.97 0.65
Hex EC 50 FC 6 44 0 1 126 61 41
Octal 354 120 374 6 104 0 1 446 141 101
Binary 11101100 1010000 11111100 110 1000100 0 1 100100110 1100001 1000001

Color Harmonies of #EC50FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50FC

Black with #EC50FC

Text Example


Text Example

White with #EC50FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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