Html Css Color HEX #EC63FA Pink Flamingo

📋 copy color: '#EC63FA'

red 236 ◦ green 99 ◦ blue 250

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

Shades of Pink Flamingo #EC63FA

Tints of Pink Flamingo #EC63FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 16.92%

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

R = 40.34%
G = 16.92%
B = 42.74%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC63FA (or 0xEC63FA) is known color: Pink Flamingo. HEX triplet: EC, 63 and FA. RGB value is (236,99,250). Sum of RGB (Red+Green+Blue) = 236+99+250=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 99 (39.06% from 255 or 16.92% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC63FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63FA is #139C05. Grayscale: #9C9C9C. Windows color (decimal): -1285126 or 16409580. OLE color: 16409580.

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

Color convert

RGB 236 99 250 -
CMYK 0.06 0.60 0 0.02
HSL 294.44º 0.94% 0.68% -
HSV(B) 294.44º 0.6% 0.98% -
XYZ 56.31 33.66 93.97 -
YUV 157.18 180.39 184.22 -
System Red Green Blue C M Y K H S L
Decimal 236 99 250 0.06 0.60 0 0.02 294.44 0.94 0.68
Hex EC 63 FA 6 3C 0 2 126 5E 44
Octal 354 143 372 6 74 0 2 446 136 104
Binary 11101100 1100011 11111010 110 111100 0 10 100100110 1011110 1000100

Color Harmonies of #EC63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63FA

Black with #EC63FA

Text Example


Text Example

White with #EC63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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