Html Css Color HEX #EC3BF9 Pink Flamingo

📋 copy color: '#EC3BF9'

red 236 ◦ green 59 ◦ blue 249

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

Shades of Pink Flamingo #EC3BF9

Tints of Pink Flamingo #EC3BF9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 10.85%

 BLUE value IS 249 (97.66% from 255) = 45.77%

R = 43.38%
G = 10.85%
B = 45.77%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC3BF9 (or 0xEC3BF9) is known color: Pink Flamingo. HEX triplet: EC, 3B and F9. RGB value is (236,59,249). Sum of RGB (Red+Green+Blue) = 236+59+249=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 59 (23.44% from 255 or 10.85% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC3BF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3BF9 is #13C406. Grayscale: #858585. Windows color (decimal): -1295367 or 16333804. OLE color: 16333804.

HSL color Cylindrical-coordinate representation of color #EC3BF9: hue angle of 295.89º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3BF9 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 59 249 -
CMYK 0.05 0.76 0 0.02
HSL 295.89º 0.94% 0.6% -
HSV(B) 295.89º 0.76% 0.98% -
XYZ 53.25 27.8 92.18 -
YUV 133.58 193.14 201.05 -
System Red Green Blue C M Y K H S L
Decimal 236 59 249 0.05 0.76 0 0.02 295.89 0.94 0.6
Hex EC 3B F9 5 4C 0 2 128 5E 3C
Octal 354 73 371 5 114 0 2 450 136 74
Binary 11101100 111011 11111001 101 1001100 0 10 100101000 1011110 111100

Color Harmonies of #EC3BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3BF9

Black with #EC3BF9

Text Example


Text Example

White with #EC3BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3BF9; }

 p { color: rgb(236,59,249); }

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

background-color css

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

 a { background-color: rgb(236,59,249); }

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

border-color css

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

 span { border-color: rgb(236,59,249); }

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