Html Css Color HEX #EC46F9 Pink Flamingo

📋 copy color: '#EC46F9'

red 236 ◦ green 70 ◦ blue 249

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

Shades of Pink Flamingo #EC46F9

Tints of Pink Flamingo #EC46F9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.61%

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

R = 42.52%
G = 12.61%
B = 44.86%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC46F9 (or 0xEC46F9) is known color: Pink Flamingo. HEX triplet: EC, 46 and F9. RGB value is (236,70,249). Sum of RGB (Red+Green+Blue) = 236+70+249=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 70 (27.73% from 255 or 12.61% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC46F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC46F9 is #13B906. Grayscale: #8B8B8B. Windows color (decimal): -1292551 or 16336620. OLE color: 16336620.

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

Color convert

RGB 236 70 249 -
CMYK 0.05 0.72 0 0.02
HSL 295.64º 0.94% 0.63% -
HSV(B) 295.64º 0.72% 0.98% -
XYZ 53.88 29.05 92.39 -
YUV 140.04 189.5 196.45 -
System Red Green Blue C M Y K H S L
Decimal 236 70 249 0.05 0.72 0 0.02 295.64 0.94 0.63
Hex EC 46 F9 5 48 0 2 128 5E 3F
Octal 354 106 371 5 110 0 2 450 136 77
Binary 11101100 1000110 11111001 101 1001000 0 10 100101000 1011110 111111

Color Harmonies of #EC46F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC46F9

Black with #EC46F9

Text Example


Text Example

White with #EC46F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC46F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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