Html Css Color HEX #EC40FB Pink Flamingo

📋 copy color: '#EC40FB'

red 236 ◦ green 64 ◦ blue 251

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

Shades of Pink Flamingo #EC40FB

Tints of Pink Flamingo #EC40FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 42.83%
G = 11.62%
B = 45.55%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC40FB (or 0xEC40FB) is known color: Pink Flamingo. HEX triplet: EC, 40 and FB. RGB value is (236,64,251). Sum of RGB (Red+Green+Blue) = 236+64+251=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 64 (25.39% from 255 or 11.62% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC40FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC40FB is #13BF04. Grayscale: #888888. Windows color (decimal): -1294085 or 16466156. OLE color: 16466156.

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

Color convert

RGB 236 64 251 -
CMYK 0.06 0.75 0 0.02
HSL 295.19º 0.96% 0.62% -
HSV(B) 295.19º 0.75% 0.98% -
XYZ 53.84 28.46 93.92 -
YUV 136.75 192.48 198.79 -
System Red Green Blue C M Y K H S L
Decimal 236 64 251 0.06 0.75 0 0.02 295.19 0.96 0.62
Hex EC 40 FB 6 4B 0 2 127 60 3E
Octal 354 100 373 6 113 0 2 447 140 76
Binary 11101100 1000000 11111011 110 1001011 0 10 100100111 1100000 111110

Color Harmonies of #EC40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40FB

Black with #EC40FB

Text Example


Text Example

White with #EC40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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