Html Css Color HEX #EC64FA Pink Flamingo

📋 copy color: '#EC64FA'

red 236 ◦ green 100 ◦ blue 250

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

Shades of Pink Flamingo #EC64FA

Tints of Pink Flamingo #EC64FA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.06%

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

R = 40.27%
G = 17.06%
B = 42.66%

CMYK

 C value IS 0.06

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC64FA (or 0xEC64FA) is known color: Pink Flamingo. HEX triplet: EC, 64 and FA. RGB value is (236,100,250). Sum of RGB (Red+Green+Blue) = 236+100+250=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 100 (39.45% from 255 or 17.06% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC64FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC64FA is #139B05. Grayscale: #9D9D9D. Windows color (decimal): -1284870 or 16409836. OLE color: 16409836.

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

Color convert

RGB 236 100 250 -
CMYK 0.06 0.6 0 0.02
HSL 294.4º 0.94% 0.69% -
HSV(B) 294.4º 0.6% 0.98% -
XYZ 56.4 33.85 94 -
YUV 157.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 236 100 250 0.06 0.6 0 0.02 294.4 0.94 0.69
Hex EC 64 FA 6 3C 0 2 126 5E 45
Octal 354 144 372 6 74 0 2 446 136 105
Binary 11101100 1100100 11111010 110 111100 0 10 100100110 1011110 1000101

Color Harmonies of #EC64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC64FA

Black with #EC64FA

Text Example


Text Example

White with #EC64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC64FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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