Html Css Color HEX #EC61FA Pink Flamingo

📋 copy color: '#EC61FA'

red 236 ◦ green 97 ◦ blue 250

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

Shades of Pink Flamingo #EC61FA

Tints of Pink Flamingo #EC61FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.64%

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

R = 40.48%
G = 16.64%
B = 42.88%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC61FA (or 0xEC61FA) is known color: Pink Flamingo. HEX triplet: EC, 61 and FA. RGB value is (236,97,250). Sum of RGB (Red+Green+Blue) = 236+97+250=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 97 (38.28% from 255 or 16.64% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC61FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC61FA is #139E05. Grayscale: #9B9B9B. Windows color (decimal): -1285638 or 16409068. OLE color: 16409068.

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

Color convert

RGB 236 97 250 -
CMYK 0.06 0.61 0 0.02
HSL 294.51º 0.94% 0.68% -
HSV(B) 294.51º 0.61% 0.98% -
XYZ 56.12 33.28 93.91 -
YUV 156 181.05 185.06 -
System Red Green Blue C M Y K H S L
Decimal 236 97 250 0.06 0.61 0 0.02 294.51 0.94 0.68
Hex EC 61 FA 6 3D 0 2 127 5E 44
Octal 354 141 372 6 75 0 2 447 136 104
Binary 11101100 1100001 11111010 110 111101 0 10 100100111 1011110 1000100

Color Harmonies of #EC61FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC61FA

Black with #EC61FA

Text Example


Text Example

White with #EC61FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC61FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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