Html Css Color HEX #EC51FD Pink Flamingo

📋 copy color: '#EC51FD'

red 236 ◦ green 81 ◦ blue 253

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

Shades of Pink Flamingo #EC51FD

Tints of Pink Flamingo #EC51FD

RGB

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

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

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

R = 41.4%
G = 14.21%
B = 44.39%

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

#EC51FD (or 0xEC51FD) is known color: Pink Flamingo. HEX triplet: EC, 51 and FD. RGB value is (236,81,253). Sum of RGB (Red+Green+Blue) = 236+81+253=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 81 (32.03% from 255 or 14.21% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC51FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC51FD is #13AE02. Grayscale: #929292. Windows color (decimal): -1289731 or 16601580. OLE color: 16601580.

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

Color convert

RGB 236 81 253 -
CMYK 0.07 0.68 0 0.01
HSL 294.07º 0.98% 0.65% -
HSV(B) 294.07º 0.68% 0.99% -
XYZ 55.26 30.81 95.96 -
YUV 146.95 187.85 191.51 -
System Red Green Blue C M Y K H S L
Decimal 236 81 253 0.07 0.68 0 0.01 294.07 0.98 0.65
Hex EC 51 FD 7 44 0 1 126 62 41
Octal 354 121 375 7 104 0 1 446 142 101
Binary 11101100 1010001 11111101 111 1000100 0 1 100100110 1100010 1000001

Color Harmonies of #EC51FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC51FD

Black with #EC51FD

Text Example


Text Example

White with #EC51FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC51FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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