Html Css Color HEX #EC55FB Pink Flamingo

📋 copy color: '#EC55FB'

red 236 ◦ green 85 ◦ blue 251

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

Shades of Pink Flamingo #EC55FB

Tints of Pink Flamingo #EC55FB

RGB

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

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

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

R = 41.26%
G = 14.86%
B = 43.88%

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

#EC55FB (or 0xEC55FB) is known color: Pink Flamingo. HEX triplet: EC, 55 and FB. RGB value is (236,85,251). Sum of RGB (Red+Green+Blue) = 236+85+251=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 85 (33.59% from 255 or 14.86% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC55FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55FB is #13AA04. Grayscale: #949494. Windows color (decimal): -1288709 or 16471532. OLE color: 16471532.

HSL color Cylindrical-coordinate representation of color #EC55FB: hue angle of 294.58º 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 #EC55FB is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 85 251 -
CMYK 0.06 0.66 0 0.02
HSL 294.58º 0.95% 0.66% -
HSV(B) 294.58º 0.66% 0.98% -
XYZ 55.25 31.29 94.4 -
YUV 149.07 185.53 190 -
System Red Green Blue C M Y K H S L
Decimal 236 85 251 0.06 0.66 0 0.02 294.58 0.95 0.66
Hex EC 55 FB 6 42 0 2 127 5F 42
Octal 354 125 373 6 102 0 2 447 137 102
Binary 11101100 1010101 11111011 110 1000010 0 10 100100111 1011111 1000010

Color Harmonies of #EC55FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55FB

Black with #EC55FB

Text Example


Text Example

White with #EC55FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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