Html Css Color HEX #EC55FE Pink Flamingo

📋 copy color: '#EC55FE'

red 236 ◦ green 85 ◦ blue 254

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

Shades of Pink Flamingo #EC55FE

Tints of Pink Flamingo #EC55FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 41.04%
G = 14.78%
B = 44.17%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC55FE (or 0xEC55FE) is known color: Pink Flamingo. HEX triplet: EC, 55 and FE. RGB value is (236,85,254). Sum of RGB (Red+Green+Blue) = 236+85+254=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 85 (33.59% from 255 or 14.78% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC55FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55FE is #13AA01. Grayscale: #949494. Windows color (decimal): -1288706 or 16668140. OLE color: 16668140.

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

Color convert

RGB 236 85 254 -
CMYK 0.07 0.67 0 0.00
HSL 293.61º 0.99% 0.66% -
HSV(B) 293.61º 0.67% 1% -
XYZ 55.73 31.49 96.91 -
YUV 149.42 187.03 189.76 -
System Red Green Blue C M Y K H S L
Decimal 236 85 254 0.07 0.67 0 0.00 293.61 0.99 0.66
Hex EC 55 FE 7 43 0 0 126 63 42
Octal 354 125 376 7 103 0 0 446 143 102
Binary 11101100 1010101 11111110 111 1000011 0 0 100100110 1100011 1000010

Color Harmonies of #EC55FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55FE

Black with #EC55FE

Text Example


Text Example

White with #EC55FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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