Html Css Color HEX #E54EFF Pink Flamingo

📋 copy color: '#E54EFF'

red 229 ◦ green 78 ◦ blue 255

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

Shades of Pink Flamingo #E54EFF

Tints of Pink Flamingo #E54EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.88%

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

R = 40.75%
G = 13.88%
B = 45.37%

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

#E54EFF (or 0xE54EFF) is known color: Pink Flamingo. HEX triplet: E5, 4E and FF. RGB value is (229,78,255). Sum of RGB (Red+Green+Blue) = 229+78+255=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 78 (30.86% from 255 or 13.88% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #E54EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54EFF is #1AB100. Grayscale: #8E8E8E. Windows color (decimal): -1749249 or 16731877. OLE color: 16731877.

HSL color Cylindrical-coordinate representation of color #E54EFF: hue angle of 291.19º 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 #E54EFF is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 229 78 255 -
CMYK 0.10 0.69 0 0
HSL 291.19º 1% 0.65% -
HSV(B) 291.19º 0.69% 1% -
XYZ 53.09 29.33 97.47 -
YUV 143.33 191.03 189.11 -
System Red Green Blue C M Y K H S L
Decimal 229 78 255 0.10 0.69 0 0 291.19 1 0.65
Hex E5 4E FF A 45 0 0 123 64 41
Octal 345 116 377 12 105 0 0 443 144 101
Binary 11100101 1001110 11111111 1010 1000101 0 0 100100011 1100100 1000001

Color Harmonies of #E54EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54EFF

Black with #E54EFF

Text Example


Text Example

White with #E54EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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