Html Css Color HEX #E54FFE Pink Flamingo

📋 copy color: '#E54FFE'

red 229 ◦ green 79 ◦ blue 254

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

Shades of Pink Flamingo #E54FFE

Tints of Pink Flamingo #E54FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.2%

R = 40.75%
G = 14.06%
B = 45.2%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E54FFE (or 0xE54FFE) is known color: Pink Flamingo. HEX triplet: E5, 4F and FE. RGB value is (229,79,254). Sum of RGB (Red+Green+Blue) = 229+79+254=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 79 (31.25% from 255 or 14.06% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #E54FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54FFE is #1AB001. Grayscale: #8F8F8F. Windows color (decimal): -1748994 or 16666597. OLE color: 16666597.

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

Color convert

RGB 229 79 254 -
CMYK 0.10 0.69 0 0.00
HSL 291.43º 0.99% 0.65% -
HSV(B) 291.43º 0.69% 1% -
XYZ 53 29.41 96.65 -
YUV 143.8 190.2 188.77 -
System Red Green Blue C M Y K H S L
Decimal 229 79 254 0.10 0.69 0 0.00 291.43 0.99 0.65
Hex E5 4F FE A 45 0 0 123 63 41
Octal 345 117 376 12 105 0 0 443 143 101
Binary 11100101 1001111 11111110 1010 1000101 0 0 100100011 1100011 1000001

Color Harmonies of #E54FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54FFE

Black with #E54FFE

Text Example


Text Example

White with #E54FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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