Html Css Color HEX #EC56FB Pink Flamingo

📋 copy color: '#EC56FB'

red 236 ◦ green 86 ◦ blue 251

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

Shades of Pink Flamingo #EC56FB

Tints of Pink Flamingo #EC56FB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.01%

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

R = 41.19%
G = 15.01%
B = 43.8%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC56FB (or 0xEC56FB) is known color: Pink Flamingo. HEX triplet: EC, 56 and FB. RGB value is (236,86,251). Sum of RGB (Red+Green+Blue) = 236+86+251=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 86 (33.98% from 255 or 15.01% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC56FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC56FB is #13A904. Grayscale: #959595. Windows color (decimal): -1288453 or 16471788. OLE color: 16471788.

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

Color convert

RGB 236 86 251 -
CMYK 0.06 0.66 0 0.02
HSL 294.55º 0.95% 0.66% -
HSV(B) 294.55º 0.66% 0.98% -
XYZ 55.33 31.45 94.42 -
YUV 149.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 236 86 251 0.06 0.66 0 0.02 294.55 0.95 0.66
Hex EC 56 FB 6 42 0 2 127 5F 42
Octal 354 126 373 6 102 0 2 447 137 102
Binary 11101100 1010110 11111011 110 1000010 0 10 100100111 1011111 1000010

Color Harmonies of #EC56FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC56FB

Black with #EC56FB

Text Example


Text Example

White with #EC56FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC56FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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