Html Css Color HEX #EC40FE Pink Flamingo

📋 copy color: '#EC40FE'

red 236 ◦ green 64 ◦ blue 254

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

Shades of Pink Flamingo #EC40FE

Tints of Pink Flamingo #EC40FE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.55%

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

R = 42.6%
G = 11.55%
B = 45.85%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC40FE (or 0xEC40FE) is known color: Pink Flamingo. HEX triplet: EC, 40 and FE. RGB value is (236,64,254). Sum of RGB (Red+Green+Blue) = 236+64+254=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 64 (25.39% from 255 or 11.55% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC40FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC40FE is #13BF01. Grayscale: #888888. Windows color (decimal): -1294082 or 16662764. OLE color: 16662764.

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

Color convert

RGB 236 64 254 -
CMYK 0.07 0.75 0 0.00
HSL 294.32º 0.99% 0.62% -
HSV(B) 294.32º 0.75% 1% -
XYZ 54.31 28.66 96.43 -
YUV 137.09 193.98 198.55 -
System Red Green Blue C M Y K H S L
Decimal 236 64 254 0.07 0.75 0 0.00 294.32 0.99 0.62
Hex EC 40 FE 7 4B 0 0 126 63 3E
Octal 354 100 376 7 113 0 0 446 143 76
Binary 11101100 1000000 11111110 111 1001011 0 0 100100110 1100011 111110

Color Harmonies of #EC40FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40FE

Black with #EC40FE

Text Example


Text Example

White with #EC40FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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