Html Css Color HEX #EC51FA Pink Flamingo

📋 copy color: '#EC51FA'

red 236 ◦ green 81 ◦ blue 250

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

Shades of Pink Flamingo #EC51FA

Tints of Pink Flamingo #EC51FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.29%

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

R = 41.62%
G = 14.29%
B = 44.09%

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

#EC51FA (or 0xEC51FA) is known color: Pink Flamingo. HEX triplet: EC, 51 and FA. RGB value is (236,81,250). Sum of RGB (Red+Green+Blue) = 236+81+250=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 81 (32.03% from 255 or 14.29% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC51FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC51FA is #13AE05. Grayscale: #929292. Windows color (decimal): -1289734 or 16404972. OLE color: 16404972.

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

Color convert

RGB 236 81 250 -
CMYK 0.06 0.68 0 0.02
HSL 295.03º 0.94% 0.65% -
HSV(B) 295.03º 0.68% 0.98% -
XYZ 54.79 30.62 93.46 -
YUV 146.61 186.35 191.76 -
System Red Green Blue C M Y K H S L
Decimal 236 81 250 0.06 0.68 0 0.02 295.03 0.94 0.65
Hex EC 51 FA 6 44 0 2 127 5E 41
Octal 354 121 372 6 104 0 2 447 136 101
Binary 11101100 1010001 11111010 110 1000100 0 10 100100111 1011110 1000001

Color Harmonies of #EC51FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC51FA

Black with #EC51FA

Text Example


Text Example

White with #EC51FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC51FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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