Html Css Color HEX #EC59FA Pink Flamingo

📋 copy color: '#EC59FA'

red 236 ◦ green 89 ◦ blue 250

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

Shades of Pink Flamingo #EC59FA

Tints of Pink Flamingo #EC59FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.48%

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

R = 41.04%
G = 15.48%
B = 43.48%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC59FA (or 0xEC59FA) is known color: Pink Flamingo. HEX triplet: EC, 59 and FA. RGB value is (236,89,250). Sum of RGB (Red+Green+Blue) = 236+89+250=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 89 (35.16% from 255 or 15.48% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC59FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC59FA is #13A605. Grayscale: #969696. Windows color (decimal): -1287686 or 16407020. OLE color: 16407020.

HSL color Cylindrical-coordinate representation of color #EC59FA: hue angle of 294.78º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC59FA is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 89 250 -
CMYK 0.06 0.64 0 0.02
HSL 294.78º 0.94% 0.66% -
HSV(B) 294.78º 0.64% 0.98% -
XYZ 55.42 31.88 93.67 -
YUV 151.31 183.7 188.41 -
System Red Green Blue C M Y K H S L
Decimal 236 89 250 0.06 0.64 0 0.02 294.78 0.94 0.66
Hex EC 59 FA 6 40 0 2 127 5E 42
Octal 354 131 372 6 100 0 2 447 136 102
Binary 11101100 1011001 11111010 110 1000000 0 10 100100111 1011110 1000010

Color Harmonies of #EC59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC59FA

Black with #EC59FA

Text Example


Text Example

White with #EC59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC59FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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