Html Css Color HEX #EC40FF Pink Flamingo

📋 copy color: '#EC40FF'

red 236 ◦ green 64 ◦ blue 255

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

Shades of Pink Flamingo #EC40FF

Tints of Pink Flamingo #EC40FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.95%

R = 42.52%
G = 11.53%
B = 45.95%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC40FF (or 0xEC40FF) is known color: Pink Flamingo. HEX triplet: EC, 40 and FF. RGB value is (236,64,255). Sum of RGB (Red+Green+Blue) = 236+64+255=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 64 (25.39% from 255 or 11.53% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC40FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC40FF is #13BF00. Grayscale: #888888. Windows color (decimal): -1294081 or 16728300. OLE color: 16728300.

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

Color convert

RGB 236 64 255 -
CMYK 0.07 0.75 0 0
HSL 294.03º 1% 0.63% -
HSV(B) 294.03º 0.75% 1% -
XYZ 54.48 28.72 97.28 -
YUV 137.2 194.48 198.47 -
System Red Green Blue C M Y K H S L
Decimal 236 64 255 0.07 0.75 0 0 294.03 1 0.63
Hex EC 40 FF 7 4B 0 0 126 64 3F
Octal 354 100 377 7 113 0 0 446 144 77
Binary 11101100 1000000 11111111 111 1001011 0 0 100100110 1100100 111111

Color Harmonies of #EC40FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40FF

Black with #EC40FF

Text Example


Text Example

White with #EC40FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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