Html Css Color HEX #EC50FD Pink Flamingo

📋 copy color: '#EC50FD'

red 236 ◦ green 80 ◦ blue 253

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

Shades of Pink Flamingo #EC50FD

Tints of Pink Flamingo #EC50FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 41.48%
G = 14.06%
B = 44.46%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC50FD (or 0xEC50FD) is known color: Pink Flamingo. HEX triplet: EC, 50 and FD. RGB value is (236,80,253). Sum of RGB (Red+Green+Blue) = 236+80+253=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 80 (31.64% from 255 or 14.06% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC50FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC50FD is #13AF02. Grayscale: #919191. Windows color (decimal): -1289987 or 16601324. OLE color: 16601324.

HSL color Cylindrical-coordinate representation of color #EC50FD: hue angle of 294.1º degrees, saturation: 0.98, 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 #EC50FD is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 80 253 -
CMYK 0.07 0.68 0 0.01
HSL 294.1º 0.98% 0.65% -
HSV(B) 294.1º 0.68% 0.99% -
XYZ 55.19 30.66 95.94 -
YUV 146.37 188.18 191.93 -
System Red Green Blue C M Y K H S L
Decimal 236 80 253 0.07 0.68 0 0.01 294.1 0.98 0.65
Hex EC 50 FD 7 44 0 1 126 62 41
Octal 354 120 375 7 104 0 1 446 142 101
Binary 11101100 1010000 11111101 111 1000100 0 1 100100110 1100010 1000001

Color Harmonies of #EC50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50FD

Black with #EC50FD

Text Example


Text Example

White with #EC50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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