Html Css Color HEX #EC4CFB Pink Flamingo

📋 copy color: '#EC4CFB'

red 236 ◦ green 76 ◦ blue 251

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

Shades of Pink Flamingo #EC4CFB

Tints of Pink Flamingo #EC4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.5%

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

R = 41.92%
G = 13.5%
B = 44.58%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC4CFB (or 0xEC4CFB) is known color: Pink Flamingo. HEX triplet: EC, 4C and FB. RGB value is (236,76,251). Sum of RGB (Red+Green+Blue) = 236+76+251=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 76 (30.08% from 255 or 13.50% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC4CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4CFB is #13B304. Grayscale: #8F8F8F. Windows color (decimal): -1291013 or 16469228. OLE color: 16469228.

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

Color convert

RGB 236 76 251 -
CMYK 0.06 0.70 0 0.02
HSL 294.86º 0.96% 0.64% -
HSV(B) 294.86º 0.7% 0.98% -
XYZ 54.59 29.97 94.17 -
YUV 143.79 188.51 193.77 -
System Red Green Blue C M Y K H S L
Decimal 236 76 251 0.06 0.70 0 0.02 294.86 0.96 0.64
Hex EC 4C FB 6 46 0 2 127 60 40
Octal 354 114 373 6 106 0 2 447 140 100
Binary 11101100 1001100 11111011 110 1000110 0 10 100100111 1100000 1000000

Color Harmonies of #EC4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4CFB

Black with #EC4CFB

Text Example


Text Example

White with #EC4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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