Html Css Color HEX #E54DFF Pink Flamingo

📋 copy color: '#E54DFF'

red 229 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #E54DFF

Tints of Pink Flamingo #E54DFF

RGB

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

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

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

R = 40.82%
G = 13.73%
B = 45.45%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E54DFF (or 0xE54DFF) is known color: Pink Flamingo. HEX triplet: E5, 4D and FF. RGB value is (229,77,255). Sum of RGB (Red+Green+Blue) = 229+77+255=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 77 (30.47% from 255 or 13.73% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #E54DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54DFF is #1AB200. Grayscale: #8E8E8E. Windows color (decimal): -1749505 or 16731621. OLE color: 16731621.

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

Color convert

RGB 229 77 255 -
CMYK 0.10 0.70 0 0
HSL 291.24º 1% 0.65% -
HSV(B) 291.24º 0.7% 1% -
XYZ 53.02 29.19 97.45 -
YUV 142.74 191.36 189.53 -
System Red Green Blue C M Y K H S L
Decimal 229 77 255 0.10 0.70 0 0 291.24 1 0.65
Hex E5 4D FF A 46 0 0 123 64 41
Octal 345 115 377 12 106 0 0 443 144 101
Binary 11100101 1001101 11111111 1010 1000110 0 0 100100011 1100100 1000001

Color Harmonies of #E54DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54DFF

Black with #E54DFF

Text Example


Text Example

White with #E54DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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