Html Css Color HEX #EC40FC Pink Flamingo

📋 copy color: '#EC40FC'

red 236 ◦ green 64 ◦ blue 252

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

Shades of Pink Flamingo #EC40FC

Tints of Pink Flamingo #EC40FC

RGB

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

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

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

R = 42.75%
G = 11.59%
B = 45.65%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC40FC (or 0xEC40FC) is known color: Pink Flamingo. HEX triplet: EC, 40 and FC. RGB value is (236,64,252). Sum of RGB (Red+Green+Blue) = 236+64+252=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 64 (25.39% from 255 or 11.59% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC40FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC40FC is #13BF03. Grayscale: #888888. Windows color (decimal): -1294084 or 16531692. OLE color: 16531692.

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

Color convert

RGB 236 64 252 -
CMYK 0.06 0.75 0 0.01
HSL 294.89º 0.97% 0.62% -
HSV(B) 294.89º 0.75% 0.99% -
XYZ 54 28.53 94.76 -
YUV 136.86 192.98 198.71 -
System Red Green Blue C M Y K H S L
Decimal 236 64 252 0.06 0.75 0 0.01 294.89 0.97 0.62
Hex EC 40 FC 6 4B 0 1 127 61 3E
Octal 354 100 374 6 113 0 1 447 141 76
Binary 11101100 1000000 11111100 110 1001011 0 1 100100111 1100001 111110

Color Harmonies of #EC40FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40FC

Black with #EC40FC

Text Example


Text Example

White with #EC40FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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