Html Css Color HEX #E54DF9 Pink Flamingo

📋 copy color: '#E54DF9'

red 229 ◦ green 77 ◦ blue 249

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

Shades of Pink Flamingo #E54DF9

Tints of Pink Flamingo #E54DF9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.87%

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

R = 41.26%
G = 13.87%
B = 44.86%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E54DF9 (or 0xE54DF9) is known color: Pink Flamingo. HEX triplet: E5, 4D and F9. RGB value is (229,77,249). Sum of RGB (Red+Green+Blue) = 229+77+249=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 77 (30.47% from 255 or 13.87% 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 #E54DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54DF9 is #1AB206. Grayscale: #8D8D8D. Windows color (decimal): -1749511 or 16338405. OLE color: 16338405.

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

Color convert

RGB 229 77 249 -
CMYK 0.08 0.69 0 0.02
HSL 293.02º 0.93% 0.64% -
HSV(B) 293.02º 0.69% 0.98% -
XYZ 52.07 28.81 92.44 -
YUV 142.06 188.36 190.01 -
System Red Green Blue C M Y K H S L
Decimal 229 77 249 0.08 0.69 0 0.02 293.02 0.93 0.64
Hex E5 4D F9 8 45 0 2 125 5D 40
Octal 345 115 371 10 105 0 2 445 135 100
Binary 11100101 1001101 11111001 1000 1000101 0 10 100100101 1011101 1000000

Color Harmonies of #E54DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54DF9

Black with #E54DF9

Text Example


Text Example

White with #E54DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54DF9; }

 p { color: rgb(229,77,249); }

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

background-color css

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

 a { background-color: rgb(229,77,249); }

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

border-color css

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

 span { border-color: rgb(229,77,249); }

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