Html Css Color HEX #EC3AF9 Pink Flamingo

📋 copy color: '#EC3AF9'

red 236 ◦ green 58 ◦ blue 249

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

Shades of Pink Flamingo #EC3AF9

Tints of Pink Flamingo #EC3AF9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.68%

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

R = 43.46%
G = 10.68%
B = 45.86%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC3AF9 (or 0xEC3AF9) is known color: Pink Flamingo. HEX triplet: EC, 3A and F9. RGB value is (236,58,249). Sum of RGB (Red+Green+Blue) = 236+58+249=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 58 (23.05% from 255 or 10.68% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC3AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3AF9 is #13C506. Grayscale: #848484. Windows color (decimal): -1295623 or 16333548. OLE color: 16333548.

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

Color convert

RGB 236 58 249 -
CMYK 0.05 0.77 0 0.02
HSL 295.92º 0.94% 0.6% -
HSV(B) 295.92º 0.77% 0.98% -
XYZ 53.2 27.7 92.16 -
YUV 133 193.47 201.47 -
System Red Green Blue C M Y K H S L
Decimal 236 58 249 0.05 0.77 0 0.02 295.92 0.94 0.6
Hex EC 3A F9 5 4D 0 2 128 5E 3C
Octal 354 72 371 5 115 0 2 450 136 74
Binary 11101100 111010 11111001 101 1001101 0 10 100101000 1011110 111100

Color Harmonies of #EC3AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3AF9

Black with #EC3AF9

Text Example


Text Example

White with #EC3AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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