Html Css Color HEX #EC4FFF Pink Flamingo

📋 copy color: '#EC4FFF'

red 236 ◦ green 79 ◦ blue 255

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

Shades of Pink Flamingo #EC4FFF

Tints of Pink Flamingo #EC4FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.86%

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

R = 41.4%
G = 13.86%
B = 44.74%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC4FFF (or 0xEC4FFF) is known color: Pink Flamingo. HEX triplet: EC, 4F and FF. RGB value is (236,79,255). Sum of RGB (Red+Green+Blue) = 236+79+255=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 79 (31.25% from 255 or 13.86% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC4FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4FFF is #13B000. Grayscale: #919191. Windows color (decimal): -1290241 or 16732140. OLE color: 16732140.

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

Color convert

RGB 236 79 255 -
CMYK 0.07 0.69 0 0
HSL 293.52º 1% 0.65% -
HSV(B) 293.52º 0.69% 1% -
XYZ 55.44 30.64 97.6 -
YUV 146.01 189.51 192.19 -
System Red Green Blue C M Y K H S L
Decimal 236 79 255 0.07 0.69 0 0 293.52 1 0.65
Hex EC 4F FF 7 45 0 0 126 64 41
Octal 354 117 377 7 105 0 0 446 144 101
Binary 11101100 1001111 11111111 111 1000101 0 0 100100110 1100100 1000001

Color Harmonies of #EC4FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4FFF

Black with #EC4FFF

Text Example


Text Example

White with #EC4FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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