Html Css Color HEX #EC48FA Pink Flamingo

📋 copy color: '#EC48FA'

red 236 ◦ green 72 ◦ blue 250

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

Shades of Pink Flamingo #EC48FA

Tints of Pink Flamingo #EC48FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 42.29%
G = 12.9%
B = 44.8%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC48FA (or 0xEC48FA) is known color: Pink Flamingo. HEX triplet: EC, 48 and FA. RGB value is (236,72,250). Sum of RGB (Red+Green+Blue) = 236+72+250=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 72 (28.52% from 255 or 12.90% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC48FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC48FA is #13B705. Grayscale: #8C8C8C. Windows color (decimal): -1292038 or 16402668. OLE color: 16402668.

HSL color Cylindrical-coordinate representation of color #EC48FA: hue angle of 295.28º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC48FA is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 72 250 -
CMYK 0.06 0.71 0 0.02
HSL 295.28º 0.95% 0.63% -
HSV(B) 295.28º 0.71% 0.98% -
XYZ 54.16 29.37 93.26 -
YUV 141.33 189.33 195.53 -
System Red Green Blue C M Y K H S L
Decimal 236 72 250 0.06 0.71 0 0.02 295.28 0.95 0.63
Hex EC 48 FA 6 47 0 2 127 5F 3F
Octal 354 110 372 6 107 0 2 447 137 77
Binary 11101100 1001000 11111010 110 1000111 0 10 100100111 1011111 111111

Color Harmonies of #EC48FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48FA

Black with #EC48FA

Text Example


Text Example

White with #EC48FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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