Html Css Color HEX #E549FD Pink Flamingo

📋 copy color: '#E549FD'

red 229 ◦ green 73 ◦ blue 253

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

Shades of Pink Flamingo #E549FD

Tints of Pink Flamingo #E549FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 41.26%
G = 13.15%
B = 45.59%

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

#E549FD (or 0xE549FD) is known color: Pink Flamingo. HEX triplet: E5, 49 and FD. RGB value is (229,73,253). Sum of RGB (Red+Green+Blue) = 229+73+253=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 73 (28.91% from 255 or 13.15% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #E549FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E549FD is #1AB602. Grayscale: #8B8B8B. Windows color (decimal): -1750531 or 16599525. OLE color: 16599525.

HSL color Cylindrical-coordinate representation of color #E549FD: hue angle of 292º degrees, saturation: 0.98, 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 #E549FD is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 73 253 -
CMYK 0.09 0.71 0 0.01
HSL 292º 0.98% 0.64% -
HSV(B) 292º 0.71% 0.99% -
XYZ 52.43 28.51 95.67 -
YUV 140.16 191.68 191.36 -
System Red Green Blue C M Y K H S L
Decimal 229 73 253 0.09 0.71 0 0.01 292 0.98 0.64
Hex E5 49 FD 9 47 0 1 124 62 40
Octal 345 111 375 11 107 0 1 444 142 100
Binary 11100101 1001001 11111101 1001 1000111 0 1 100100100 1100010 1000000

Color Harmonies of #E549FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E549FD

Black with #E549FD

Text Example


Text Example

White with #E549FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E549FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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