Html Css Color HEX #E549FC Pink Flamingo

📋 copy color: '#E549FC'

red 229 ◦ green 73 ◦ blue 252

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

Shades of Pink Flamingo #E549FC

Tints of Pink Flamingo #E549FC

RGB

 RED value IS 229 (89.84% from 255) = 41.34%

 GREEN value IS 73 (28.91% from 255) = 13.18%

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

R = 41.34%
G = 13.18%
B = 45.49%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E549FC (or 0xE549FC) is known color: Pink Flamingo. HEX triplet: E5, 49 and FC. RGB value is (229,73,252). Sum of RGB (Red+Green+Blue) = 229+73+252=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 73 (28.91% from 255 or 13.18% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #E549FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E549FC is #1AB603. Grayscale: #8B8B8B. Windows color (decimal): -1750532 or 16533989. OLE color: 16533989.

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

Color convert

RGB 229 73 252 -
CMYK 0.09 0.71 0 0.01
HSL 292.29º 0.97% 0.64% -
HSV(B) 292.29º 0.71% 0.99% -
XYZ 52.27 28.45 94.83 -
YUV 140.05 191.18 191.45 -
System Red Green Blue C M Y K H S L
Decimal 229 73 252 0.09 0.71 0 0.01 292.29 0.97 0.64
Hex E5 49 FC 9 47 0 1 124 61 40
Octal 345 111 374 11 107 0 1 444 141 100
Binary 11100101 1001001 11111100 1001 1000111 0 1 100100100 1100001 1000000

Color Harmonies of #E549FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E549FC

Black with #E549FC

Text Example


Text Example

White with #E549FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E549FC; }

 p { color: rgb(229,73,252); }

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

background-color css

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

 a { background-color: rgb(229,73,252); }

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

border-color css

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

 span { border-color: rgb(229,73,252); }

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