Html Css Color HEX #EC55FC Pink Flamingo

📋 copy color: '#EC55FC'

red 236 ◦ green 85 ◦ blue 252

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

Shades of Pink Flamingo #EC55FC

Tints of Pink Flamingo #EC55FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.83%

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

R = 41.19%
G = 14.83%
B = 43.98%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC55FC (or 0xEC55FC) is known color: Pink Flamingo. HEX triplet: EC, 55 and FC. RGB value is (236,85,252). Sum of RGB (Red+Green+Blue) = 236+85+252=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 85 (33.59% from 255 or 14.83% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC55FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55FC is #13AA03. Grayscale: #949494. Windows color (decimal): -1288708 or 16537068. OLE color: 16537068.

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

Color convert

RGB 236 85 252 -
CMYK 0.06 0.66 0 0.01
HSL 294.25º 0.97% 0.66% -
HSV(B) 294.25º 0.66% 0.99% -
XYZ 55.41 31.36 95.23 -
YUV 149.19 186.03 189.92 -
System Red Green Blue C M Y K H S L
Decimal 236 85 252 0.06 0.66 0 0.01 294.25 0.97 0.66
Hex EC 55 FC 6 42 0 1 126 61 42
Octal 354 125 374 6 102 0 1 446 141 102
Binary 11101100 1010101 11111100 110 1000010 0 1 100100110 1100001 1000010

Color Harmonies of #EC55FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55FC

Black with #EC55FC

Text Example


Text Example

White with #EC55FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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