Html Css Color HEX #EC4CFF Pink Flamingo

📋 copy color: '#EC4CFF'

red 236 ◦ green 76 ◦ blue 255

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

Shades of Pink Flamingo #EC4CFF

Tints of Pink Flamingo #EC4CFF

RGB

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

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

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

R = 41.62%
G = 13.4%
B = 44.97%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC4CFF (or 0xEC4CFF) is known color: Pink Flamingo. HEX triplet: EC, 4C and FF. RGB value is (236,76,255). Sum of RGB (Red+Green+Blue) = 236+76+255=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 76 (30.08% from 255 or 13.40% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC4CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4CFF is #13B300. Grayscale: #8F8F8F. Windows color (decimal): -1291009 or 16731372. OLE color: 16731372.

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

Color convert

RGB 236 76 255 -
CMYK 0.07 0.70 0 0
HSL 293.63º 1% 0.65% -
HSV(B) 293.63º 0.7% 1% -
XYZ 55.23 30.22 97.53 -
YUV 144.25 190.51 193.45 -
System Red Green Blue C M Y K H S L
Decimal 236 76 255 0.07 0.70 0 0 293.63 1 0.65
Hex EC 4C FF 7 46 0 0 126 64 41
Octal 354 114 377 7 106 0 0 446 144 101
Binary 11101100 1001100 11111111 111 1000110 0 0 100100110 1100100 1000001

Color Harmonies of #EC4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4CFF

Black with #EC4CFF

Text Example


Text Example

White with #EC4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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