Html Css Color HEX #EC54F6 Pink Flamingo

📋 copy color: '#EC54F6'

red 236 ◦ green 84 ◦ blue 246

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

Shades of Pink Flamingo #EC54F6

Tints of Pink Flamingo #EC54F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.46%

R = 41.7%
G = 14.84%
B = 43.46%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC54F6 (or 0xEC54F6) is known color: Pink Flamingo. HEX triplet: EC, 54 and F6. RGB value is (236,84,246). Sum of RGB (Red+Green+Blue) = 236+84+246=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 84 (33.20% from 255 or 14.84% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC54F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC54F6 is #13AB09. Grayscale: #939393. Windows color (decimal): -1288970 or 16143596. OLE color: 16143596.

HSL color Cylindrical-coordinate representation of color #EC54F6: hue angle of 296.3º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC54F6 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 84 246 -
CMYK 0.04 0.66 0 0.04
HSL 296.3º 0.9% 0.65% -
HSV(B) 296.3º 0.66% 0.96% -
XYZ 54.4 30.83 90.27 -
YUV 147.92 183.36 190.83 -
System Red Green Blue C M Y K H S L
Decimal 236 84 246 0.04 0.66 0 0.04 296.3 0.9 0.65
Hex EC 54 F6 4 42 0 4 128 5A 41
Octal 354 124 366 4 102 0 4 450 132 101
Binary 11101100 1010100 11110110 100 1000010 0 100 100101000 1011010 1000001

Color Harmonies of #EC54F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC54F6

Black with #EC54F6

Text Example


Text Example

White with #EC54F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC54F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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