Html Css Color HEX #EC57FA Pink Flamingo

📋 copy color: '#EC57FA'

red 236 ◦ green 87 ◦ blue 250

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

Shades of Pink Flamingo #EC57FA

Tints of Pink Flamingo #EC57FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.18%

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

R = 41.19%
G = 15.18%
B = 43.63%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC57FA (or 0xEC57FA) is known color: Pink Flamingo. HEX triplet: EC, 57 and FA. RGB value is (236,87,250). Sum of RGB (Red+Green+Blue) = 236+87+250=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 87 (34.38% from 255 or 15.18% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC57FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC57FA is #13A805. Grayscale: #959595. Windows color (decimal): -1288198 or 16406508. OLE color: 16406508.

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

Color convert

RGB 236 87 250 -
CMYK 0.06 0.65 0 0.02
HSL 294.85º 0.94% 0.66% -
HSV(B) 294.85º 0.65% 0.98% -
XYZ 55.26 31.55 93.62 -
YUV 150.13 184.36 189.25 -
System Red Green Blue C M Y K H S L
Decimal 236 87 250 0.06 0.65 0 0.02 294.85 0.94 0.66
Hex EC 57 FA 6 41 0 2 127 5E 42
Octal 354 127 372 6 101 0 2 447 136 102
Binary 11101100 1010111 11111010 110 1000001 0 10 100100111 1011110 1000010

Color Harmonies of #EC57FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC57FA

Black with #EC57FA

Text Example


Text Example

White with #EC57FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC57FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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