Html Css Color HEX #EC54F2 Pink Flamingo

📋 copy color: '#EC54F2'

red 236 ◦ green 84 ◦ blue 242

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

Shades of Pink Flamingo #EC54F2

Tints of Pink Flamingo #EC54F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.06%

R = 41.99%
G = 14.95%
B = 43.06%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC54F2 (or 0xEC54F2) is known color: Pink Flamingo. HEX triplet: EC, 54 and F2. RGB value is (236,84,242). Sum of RGB (Red+Green+Blue) = 236+84+242=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 84 (33.20% from 255 or 14.95% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC54F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC54F2 is #13AB0D. Grayscale: #929292. Windows color (decimal): -1288974 or 15881452. OLE color: 15881452.

HSL color Cylindrical-coordinate representation of color #EC54F2: hue angle of 297.72º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC54F2 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 84 242 -
CMYK 0.02 0.65 0 0.05
HSL 297.72º 0.86% 0.64% -
HSV(B) 297.72º 0.65% 0.95% -
XYZ 53.79 30.58 87.07 -
YUV 147.46 181.36 191.15 -
System Red Green Blue C M Y K H S L
Decimal 236 84 242 0.02 0.65 0 0.05 297.72 0.86 0.64
Hex EC 54 F2 2 41 0 5 12A 56 40
Octal 354 124 362 2 101 0 5 452 126 100
Binary 11101100 1010100 11110010 10 1000001 0 101 100101010 1010110 1000000

Color Harmonies of #EC54F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC54F2

Black with #EC54F2

Text Example


Text Example

White with #EC54F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC54F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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