Html Css Color HEX #EC3FFC Pink Flamingo

📋 copy color: '#EC3FFC'

red 236 ◦ green 63 ◦ blue 252

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

Shades of Pink Flamingo #EC3FFC

Tints of Pink Flamingo #EC3FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 11.43%

 BLUE value IS 252 (98.83% from 255) = 45.74%

R = 42.83%
G = 11.43%
B = 45.74%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC3FFC (or 0xEC3FFC) is known color: Pink Flamingo. HEX triplet: EC, 3F and FC. RGB value is (236,63,252). Sum of RGB (Red+Green+Blue) = 236+63+252=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 63 (25% from 255 or 11.43% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC3FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3FFC is #13C003. Grayscale: #878787. Windows color (decimal): -1294340 or 16531436. OLE color: 16531436.

HSL color Cylindrical-coordinate representation of color #EC3FFC: hue angle of 294.92º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3FFC is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 63 252 -
CMYK 0.06 0.75 0 0.01
HSL 294.92º 0.97% 0.62% -
HSV(B) 294.92º 0.75% 0.99% -
XYZ 53.94 28.42 94.74 -
YUV 136.27 193.31 199.13 -
System Red Green Blue C M Y K H S L
Decimal 236 63 252 0.06 0.75 0 0.01 294.92 0.97 0.62
Hex EC 3F FC 6 4B 0 1 127 61 3E
Octal 354 77 374 6 113 0 1 447 141 76
Binary 11101100 111111 11111100 110 1001011 0 1 100100111 1100001 111110

Color Harmonies of #EC3FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3FFC

Black with #EC3FFC

Text Example


Text Example

White with #EC3FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3FFC; }

 p { color: rgb(236,63,252); }

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

background-color css

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

 a { background-color: rgb(236,63,252); }

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

border-color css

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

 span { border-color: rgb(236,63,252); }

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