Html Css Color HEX #EC63FC Pink Flamingo

📋 copy color: '#EC63FC'

red 236 ◦ green 99 ◦ blue 252

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

Shades of Pink Flamingo #EC63FC

Tints of Pink Flamingo #EC63FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.93%

R = 40.2%
G = 16.87%
B = 42.93%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC63FC (or 0xEC63FC) is known color: Pink Flamingo. HEX triplet: EC, 63 and FC. RGB value is (236,99,252). Sum of RGB (Red+Green+Blue) = 236+99+252=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 99 (39.06% from 255 or 16.87% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC63FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63FC is #139C03. Grayscale: #9C9C9C. Windows color (decimal): -1285124 or 16540652. OLE color: 16540652.

HSL color Cylindrical-coordinate representation of color #EC63FC: hue angle of 293.73º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC63FC is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 99 252 -
CMYK 0.06 0.61 0 0.01
HSL 293.73º 0.96% 0.69% -
HSV(B) 293.73º 0.61% 0.99% -
XYZ 56.62 33.78 95.63 -
YUV 157.41 181.39 184.06 -
System Red Green Blue C M Y K H S L
Decimal 236 99 252 0.06 0.61 0 0.01 293.73 0.96 0.69
Hex EC 63 FC 6 3D 0 1 126 60 45
Octal 354 143 374 6 75 0 1 446 140 105
Binary 11101100 1100011 11111100 110 111101 0 1 100100110 1100000 1000101

Color Harmonies of #EC63FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63FC

Black with #EC63FC

Text Example


Text Example

White with #EC63FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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