Html Css Color HEX #EC48FE Pink Flamingo

📋 copy color: '#EC48FE'

red 236 ◦ green 72 ◦ blue 254

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

Shades of Pink Flamingo #EC48FE

Tints of Pink Flamingo #EC48FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.2%

R = 41.99%
G = 12.81%
B = 45.2%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC48FE (or 0xEC48FE) is known color: Pink Flamingo. HEX triplet: EC, 48 and FE. RGB value is (236,72,254). Sum of RGB (Red+Green+Blue) = 236+72+254=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 72 (28.52% from 255 or 12.81% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC48FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC48FE is #13B701. Grayscale: #8D8D8D. Windows color (decimal): -1292034 or 16664812. OLE color: 16664812.

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

Color convert

RGB 236 72 254 -
CMYK 0.07 0.72 0 0.00
HSL 294.07º 0.99% 0.64% -
HSV(B) 294.07º 0.72% 1% -
XYZ 54.8 29.62 96.6 -
YUV 141.78 191.33 195.2 -
System Red Green Blue C M Y K H S L
Decimal 236 72 254 0.07 0.72 0 0.00 294.07 0.99 0.64
Hex EC 48 FE 7 48 0 0 126 63 40
Octal 354 110 376 7 110 0 0 446 143 100
Binary 11101100 1001000 11111110 111 1001000 0 0 100100110 1100011 1000000

Color Harmonies of #EC48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48FE

Black with #EC48FE

Text Example


Text Example

White with #EC48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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