Html Css Color HEX #EC4EFB Pink Flamingo

📋 copy color: '#EC4EFB'

red 236 ◦ green 78 ◦ blue 251

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

Shades of Pink Flamingo #EC4EFB

Tints of Pink Flamingo #EC4EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.81%

 BLUE value IS 251 (98.44% from 255) = 44.42%

R = 41.77%
G = 13.81%
B = 44.42%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC4EFB (or 0xEC4EFB) is known color: Pink Flamingo. HEX triplet: EC, 4E and FB. RGB value is (236,78,251). Sum of RGB (Red+Green+Blue) = 236+78+251=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 78 (30.86% from 255 or 13.81% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC4EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4EFB is #13B104. Grayscale: #909090. Windows color (decimal): -1290501 or 16469740. OLE color: 16469740.

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

Color convert

RGB 236 78 251 -
CMYK 0.06 0.69 0 0.02
HSL 294.8º 0.96% 0.65% -
HSV(B) 294.8º 0.69% 0.98% -
XYZ 54.73 30.25 94.22 -
YUV 144.96 187.85 192.93 -
System Red Green Blue C M Y K H S L
Decimal 236 78 251 0.06 0.69 0 0.02 294.8 0.96 0.65
Hex EC 4E FB 6 45 0 2 127 60 41
Octal 354 116 373 6 105 0 2 447 140 101
Binary 11101100 1001110 11111011 110 1000101 0 10 100100111 1100000 1000001

Color Harmonies of #EC4EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4EFB

Black with #EC4EFB

Text Example


Text Example

White with #EC4EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4EFB; }

 p { color: rgb(236,78,251); }

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

background-color css

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

 a { background-color: rgb(236,78,251); }

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

border-color css

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

 span { border-color: rgb(236,78,251); }

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