Html Css Color HEX #EC40F9 Pink Flamingo

📋 copy color: '#EC40F9'

red 236 ◦ green 64 ◦ blue 249

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

Shades of Pink Flamingo #EC40F9

Tints of Pink Flamingo #EC40F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.36%

R = 42.99%
G = 11.66%
B = 45.36%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC40F9 (or 0xEC40F9) is known color: Pink Flamingo. HEX triplet: EC, 40 and F9. RGB value is (236,64,249). Sum of RGB (Red+Green+Blue) = 236+64+249=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 64 (25.39% from 255 or 11.66% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC40F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC40F9 is #13BF06. Grayscale: #878787. Windows color (decimal): -1294087 or 16335084. OLE color: 16335084.

HSL color Cylindrical-coordinate representation of color #EC40F9: hue angle of 295.78º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC40F9 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 64 249 -
CMYK 0.05 0.74 0 0.02
HSL 295.78º 0.94% 0.61% -
HSV(B) 295.78º 0.74% 0.98% -
XYZ 53.52 28.34 92.27 -
YUV 136.52 191.48 198.96 -
System Red Green Blue C M Y K H S L
Decimal 236 64 249 0.05 0.74 0 0.02 295.78 0.94 0.61
Hex EC 40 F9 5 4A 0 2 128 5E 3D
Octal 354 100 371 5 112 0 2 450 136 75
Binary 11101100 1000000 11111001 101 1001010 0 10 100101000 1011110 111101

Color Harmonies of #EC40F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40F9

Black with #EC40F9

Text Example


Text Example

White with #EC40F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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