Html Css Color HEX #EC50FB Pink Flamingo

📋 copy color: '#EC50FB'

red 236 ◦ green 80 ◦ blue 251

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

Shades of Pink Flamingo #EC50FB

Tints of Pink Flamingo #EC50FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.27%

R = 41.62%
G = 14.11%
B = 44.27%

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

#EC50FB (or 0xEC50FB) is known color: Pink Flamingo. HEX triplet: EC, 50 and FB. RGB value is (236,80,251). Sum of RGB (Red+Green+Blue) = 236+80+251=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 80 (31.64% from 255 or 14.11% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC50FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC50FB is #13AF04. Grayscale: #919191. Windows color (decimal): -1289989 or 16470252. OLE color: 16470252.

HSL color Cylindrical-coordinate representation of color #EC50FB: hue angle of 294.74º degrees, saturation: 0.96, 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 #EC50FB is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 80 251 -
CMYK 0.06 0.68 0 0.02
HSL 294.74º 0.96% 0.65% -
HSV(B) 294.74º 0.68% 0.98% -
XYZ 54.87 30.54 94.27 -
YUV 146.14 187.18 192.1 -
System Red Green Blue C M Y K H S L
Decimal 236 80 251 0.06 0.68 0 0.02 294.74 0.96 0.65
Hex EC 50 FB 6 44 0 2 127 60 41
Octal 354 120 373 6 104 0 2 447 140 101
Binary 11101100 1010000 11111011 110 1000100 0 10 100100111 1100000 1000001

Color Harmonies of #EC50FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50FB

Black with #EC50FB

Text Example


Text Example

White with #EC50FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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