Html Css Color HEX #EC63FE Pink Flamingo

📋 copy color: '#EC63FE'

red 236 ◦ green 99 ◦ blue 254

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

Shades of Pink Flamingo #EC63FE

Tints of Pink Flamingo #EC63FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.12%

R = 40.07%
G = 16.81%
B = 43.12%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC63FE (or 0xEC63FE) is known color: Pink Flamingo. HEX triplet: EC, 63 and FE. RGB value is (236,99,254). Sum of RGB (Red+Green+Blue) = 236+99+254=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 99 (39.06% from 255 or 16.81% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC63FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63FE is #139C01. Grayscale: #9D9D9D. Windows color (decimal): -1285122 or 16671724. OLE color: 16671724.

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

Color convert

RGB 236 99 254 -
CMYK 0.07 0.61 0 0.00
HSL 293.03º 0.99% 0.69% -
HSV(B) 293.03º 0.61% 1% -
XYZ 56.94 33.91 97.31 -
YUV 157.63 182.39 183.9 -
System Red Green Blue C M Y K H S L
Decimal 236 99 254 0.07 0.61 0 0.00 293.03 0.99 0.69
Hex EC 63 FE 7 3D 0 0 125 63 45
Octal 354 143 376 7 75 0 0 445 143 105
Binary 11101100 1100011 11111110 111 111101 0 0 100100101 1100011 1000101

Color Harmonies of #EC63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63FE

Black with #EC63FE

Text Example


Text Example

White with #EC63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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