Html Css Color HEX #E549FB Pink Flamingo

📋 copy color: '#E549FB'

red 229 ◦ green 73 ◦ blue 251

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

Shades of Pink Flamingo #E549FB

Tints of Pink Flamingo #E549FB

RGB

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

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

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

R = 41.41%
G = 13.2%
B = 45.39%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E549FB (or 0xE549FB) is known color: Pink Flamingo. HEX triplet: E5, 49 and FB. RGB value is (229,73,251). Sum of RGB (Red+Green+Blue) = 229+73+251=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 73 (28.91% from 255 or 13.20% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #E549FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E549FB is #1AB604. Grayscale: #8B8B8B. Windows color (decimal): -1750533 or 16468453. OLE color: 16468453.

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

Color convert

RGB 229 73 251 -
CMYK 0.09 0.71 0 0.02
HSL 292.58º 0.96% 0.64% -
HSV(B) 292.58º 0.71% 0.98% -
XYZ 52.11 28.39 94 -
YUV 139.94 190.68 191.53 -
System Red Green Blue C M Y K H S L
Decimal 229 73 251 0.09 0.71 0 0.02 292.58 0.96 0.64
Hex E5 49 FB 9 47 0 2 125 60 40
Octal 345 111 373 11 107 0 2 445 140 100
Binary 11100101 1001001 11111011 1001 1000111 0 10 100100101 1100000 1000000

Color Harmonies of #E549FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E549FB

Black with #E549FB

Text Example


Text Example

White with #E549FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E549FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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