Html Css Color HEX #EC50FA Pink Flamingo

📋 copy color: '#EC50FA'

red 236 ◦ green 80 ◦ blue 250

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

Shades of Pink Flamingo #EC50FA

Tints of Pink Flamingo #EC50FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.17%

R = 41.7%
G = 14.13%
B = 44.17%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC50FA (or 0xEC50FA) is known color: Pink Flamingo. HEX triplet: EC, 50 and FA. RGB value is (236,80,250). Sum of RGB (Red+Green+Blue) = 236+80+250=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 80 (31.64% from 255 or 14.13% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC50FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC50FA is #13AF05. Grayscale: #919191. Windows color (decimal): -1289990 or 16404716. OLE color: 16404716.

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

Color convert

RGB 236 80 250 -
CMYK 0.06 0.68 0 0.02
HSL 295.06º 0.94% 0.65% -
HSV(B) 295.06º 0.68% 0.98% -
XYZ 54.72 30.47 93.44 -
YUV 146.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 236 80 250 0.06 0.68 0 0.02 295.06 0.94 0.65
Hex EC 50 FA 6 44 0 2 127 5E 41
Octal 354 120 372 6 104 0 2 447 136 101
Binary 11101100 1010000 11111010 110 1000100 0 10 100100111 1011110 1000001

Color Harmonies of #EC50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50FA

Black with #EC50FA

Text Example


Text Example

White with #EC50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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