Html Css Color HEX #EC3FFB Pink Flamingo

📋 copy color: '#EC3FFB'

red 236 ◦ green 63 ◦ blue 251

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

Shades of Pink Flamingo #EC3FFB

Tints of Pink Flamingo #EC3FFB

RGB

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

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

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

R = 42.91%
G = 11.45%
B = 45.64%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC3FFB (or 0xEC3FFB) is known color: Pink Flamingo. HEX triplet: EC, 3F and FB. RGB value is (236,63,251). Sum of RGB (Red+Green+Blue) = 236+63+251=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 63 (25% from 255 or 11.45% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC3FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3FFB is #13C004. Grayscale: #878787. Windows color (decimal): -1294341 or 16465900. OLE color: 16465900.

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

Color convert

RGB 236 63 251 -
CMYK 0.06 0.75 0 0.02
HSL 295.21º 0.96% 0.62% -
HSV(B) 295.21º 0.75% 0.98% -
XYZ 53.78 28.35 93.9 -
YUV 136.16 192.81 199.21 -
System Red Green Blue C M Y K H S L
Decimal 236 63 251 0.06 0.75 0 0.02 295.21 0.96 0.62
Hex EC 3F FB 6 4B 0 2 127 60 3E
Octal 354 77 373 6 113 0 2 447 140 76
Binary 11101100 111111 11111011 110 1001011 0 10 100100111 1100000 111110

Color Harmonies of #EC3FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3FFB

Black with #EC3FFB

Text Example


Text Example

White with #EC3FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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