Html Css Color HEX #EC4FFA Pink Flamingo

📋 copy color: '#EC4FFA'

red 236 ◦ green 79 ◦ blue 250

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

Shades of Pink Flamingo #EC4FFA

Tints of Pink Flamingo #EC4FFA

RGB

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

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

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

R = 41.77%
G = 13.98%
B = 44.25%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC4FFA (or 0xEC4FFA) is known color: Pink Flamingo. HEX triplet: EC, 4F and FA. RGB value is (236,79,250). Sum of RGB (Red+Green+Blue) = 236+79+250=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 79 (31.25% from 255 or 13.98% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC4FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4FFA is #13B005. Grayscale: #909090. Windows color (decimal): -1290246 or 16404460. OLE color: 16404460.

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

Color convert

RGB 236 79 250 -
CMYK 0.06 0.68 0 0.02
HSL 295.09º 0.94% 0.65% -
HSV(B) 295.09º 0.68% 0.98% -
XYZ 54.64 30.33 93.42 -
YUV 145.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 236 79 250 0.06 0.68 0 0.02 295.09 0.94 0.65
Hex EC 4F FA 6 44 0 2 127 5E 41
Octal 354 117 372 6 104 0 2 447 136 101
Binary 11101100 1001111 11111010 110 1000100 0 10 100100111 1011110 1000001

Color Harmonies of #EC4FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4FFA

Black with #EC4FFA

Text Example


Text Example

White with #EC4FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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