Html Css Color HEX #EC48FC Pink Flamingo

📋 copy color: '#EC48FC'

red 236 ◦ green 72 ◦ blue 252

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

Shades of Pink Flamingo #EC48FC

Tints of Pink Flamingo #EC48FC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.86%

 BLUE value IS 252 (98.83% from 255) = 45%

R = 42.14%
G = 12.86%
B = 45%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC48FC (or 0xEC48FC) is known color: Pink Flamingo. HEX triplet: EC, 48 and FC. RGB value is (236,72,252). Sum of RGB (Red+Green+Blue) = 236+72+252=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 72 (28.52% from 255 or 12.86% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC48FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC48FC is #13B703. Grayscale: #8D8D8D. Windows color (decimal): -1292036 or 16533740. OLE color: 16533740.

HSL color Cylindrical-coordinate representation of color #EC48FC: hue angle of 294.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC48FC is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 72 252 -
CMYK 0.06 0.71 0 0.01
HSL 294.67º 0.97% 0.64% -
HSV(B) 294.67º 0.71% 0.99% -
XYZ 54.48 29.5 94.92 -
YUV 141.56 190.33 195.36 -
System Red Green Blue C M Y K H S L
Decimal 236 72 252 0.06 0.71 0 0.01 294.67 0.97 0.64
Hex EC 48 FC 6 47 0 1 127 61 40
Octal 354 110 374 6 107 0 1 447 141 100
Binary 11101100 1001000 11111100 110 1000111 0 1 100100111 1100001 1000000

Color Harmonies of #EC48FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48FC

Black with #EC48FC

Text Example


Text Example

White with #EC48FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48FC; }

 p { color: rgb(236,72,252); }

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

background-color css

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

 a { background-color: rgb(236,72,252); }

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

border-color css

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

 span { border-color: rgb(236,72,252); }

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