Html Css Color HEX #E54FFF Pink Flamingo

📋 copy color: '#E54FFF'

red 229 ◦ green 79 ◦ blue 255

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

Shades of Pink Flamingo #E54FFF

Tints of Pink Flamingo #E54FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.03%

 BLUE value IS 255 (100% from 255) = 45.29%

R = 40.67%
G = 14.03%
B = 45.29%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E54FFF (or 0xE54FFF) is known color: Pink Flamingo. HEX triplet: E5, 4F and FF. RGB value is (229,79,255). Sum of RGB (Red+Green+Blue) = 229+79+255=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 79 (31.25% from 255 or 14.03% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #E54FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54FFF is #1AB000. Grayscale: #8F8F8F. Windows color (decimal): -1748993 or 16732133. OLE color: 16732133.

HSL color Cylindrical-coordinate representation of color #E54FFF: hue angle of 291.14º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54FFF is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 229 79 255 -
CMYK 0.10 0.69 0 0
HSL 291.14º 1% 0.65% -
HSV(B) 291.14º 0.69% 1% -
XYZ 53.16 29.47 97.49 -
YUV 143.91 190.7 188.69 -
System Red Green Blue C M Y K H S L
Decimal 229 79 255 0.10 0.69 0 0 291.14 1 0.65
Hex E5 4F FF A 45 0 0 123 64 41
Octal 345 117 377 12 105 0 0 443 144 101
Binary 11100101 1001111 11111111 1010 1000101 0 0 100100011 1100100 1000001

Color Harmonies of #E54FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54FFF

Black with #E54FFF

Text Example


Text Example

White with #E54FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54FFF; }

 p { color: rgb(229,79,255); }

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

background-color css

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

 a { background-color: rgb(229,79,255); }

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

border-color css

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

 span { border-color: rgb(229,79,255); }

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