Html Css Color HEX #EC54FF Pink Flamingo

📋 copy color: '#EC54FF'

red 236 ◦ green 84 ◦ blue 255

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

Shades of Pink Flamingo #EC54FF

Tints of Pink Flamingo #EC54FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.61%

 BLUE value IS 255 (100% from 255) = 44.35%

R = 41.04%
G = 14.61%
B = 44.35%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC54FF (or 0xEC54FF) is known color: Pink Flamingo. HEX triplet: EC, 54 and FF. RGB value is (236,84,255). Sum of RGB (Red+Green+Blue) = 236+84+255=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 84 (33.20% from 255 or 14.61% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC54FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC54FF is #13AB00. Grayscale: #949494. Windows color (decimal): -1288961 or 16733420. OLE color: 16733420.

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

Color convert

RGB 236 84 255 -
CMYK 0.07 0.67 0 0
HSL 293.33º 1% 0.66% -
HSV(B) 293.33º 0.67% 1% -
XYZ 55.81 31.39 97.73 -
YUV 148.94 187.86 190.1 -
System Red Green Blue C M Y K H S L
Decimal 236 84 255 0.07 0.67 0 0 293.33 1 0.66
Hex EC 54 FF 7 43 0 0 125 64 42
Octal 354 124 377 7 103 0 0 445 144 102
Binary 11101100 1010100 11111111 111 1000011 0 0 100100101 1100100 1000010

Color Harmonies of #EC54FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC54FF

Black with #EC54FF

Text Example


Text Example

White with #EC54FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC54FF; }

 p { color: rgb(236,84,255); }

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

background-color css

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

 a { background-color: rgb(236,84,255); }

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

border-color css

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

 span { border-color: rgb(236,84,255); }

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