Html Css Color HEX #EC48FF Pink Flamingo

📋 copy color: '#EC48FF'

red 236 ◦ green 72 ◦ blue 255

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

Shades of Pink Flamingo #EC48FF

Tints of Pink Flamingo #EC48FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.29%

R = 41.92%
G = 12.79%
B = 45.29%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC48FF (or 0xEC48FF) is known color: Pink Flamingo. HEX triplet: EC, 48 and FF. RGB value is (236,72,255). Sum of RGB (Red+Green+Blue) = 236+72+255=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 72 (28.52% from 255 or 12.79% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC48FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC48FF is #13B700. Grayscale: #8D8D8D. Windows color (decimal): -1292033 or 16730348. OLE color: 16730348.

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

Color convert

RGB 236 72 255 -
CMYK 0.07 0.72 0 0
HSL 293.77º 1% 0.64% -
HSV(B) 293.77º 0.72% 1% -
XYZ 54.96 29.69 97.44 -
YUV 141.9 191.83 195.12 -
System Red Green Blue C M Y K H S L
Decimal 236 72 255 0.07 0.72 0 0 293.77 1 0.64
Hex EC 48 FF 7 48 0 0 126 64 40
Octal 354 110 377 7 110 0 0 446 144 100
Binary 11101100 1001000 11111111 111 1001000 0 0 100100110 1100100 1000000

Color Harmonies of #EC48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC48FF

Black with #EC48FF

Text Example


Text Example

White with #EC48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC48FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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