Html Css Color HEX #EC50FF Pink Flamingo

📋 copy color: '#EC50FF'

red 236 ◦ green 80 ◦ blue 255

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

Shades of Pink Flamingo #EC50FF

Tints of Pink Flamingo #EC50FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.66%

R = 41.33%
G = 14.01%
B = 44.66%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC50FF (or 0xEC50FF) is known color: Pink Flamingo. HEX triplet: EC, 50 and FF. RGB value is (236,80,255). Sum of RGB (Red+Green+Blue) = 236+80+255=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 80 (31.64% from 255 or 14.01% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC50FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC50FF is #13AF00. Grayscale: #929292. Windows color (decimal): -1289985 or 16732396. OLE color: 16732396.

HSL color Cylindrical-coordinate representation of color #EC50FF: hue angle of 293.49º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC50FF is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 236 80 255 -
CMYK 0.07 0.69 0 0
HSL 293.49º 1% 0.66% -
HSV(B) 293.49º 0.69% 1% -
XYZ 55.51 30.79 97.63 -
YUV 146.59 189.18 191.77 -
System Red Green Blue C M Y K H S L
Decimal 236 80 255 0.07 0.69 0 0 293.49 1 0.66
Hex EC 50 FF 7 45 0 0 125 64 42
Octal 354 120 377 7 105 0 0 445 144 102
Binary 11101100 1010000 11111111 111 1000101 0 0 100100101 1100100 1000010

Color Harmonies of #EC50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50FF

Black with #EC50FF

Text Example


Text Example

White with #EC50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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