Html Css Color HEX #E54AFE Pink Flamingo

📋 copy color: '#E54AFE'

red 229 ◦ green 74 ◦ blue 254

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

Shades of Pink Flamingo #E54AFE

Tints of Pink Flamingo #E54AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.29%

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

R = 41.11%
G = 13.29%
B = 45.6%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E54AFE (or 0xE54AFE) is known color: Pink Flamingo. HEX triplet: E5, 4A and FE. RGB value is (229,74,254). Sum of RGB (Red+Green+Blue) = 229+74+254=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 74 (29.30% from 255 or 13.29% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #E54AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54AFE is #1AB501. Grayscale: #8C8C8C. Windows color (decimal): -1750274 or 16665317. OLE color: 16665317.

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

Color convert

RGB 229 74 254 -
CMYK 0.10 0.71 0 0.00
HSL 291.67º 0.99% 0.64% -
HSV(B) 291.67º 0.71% 1% -
XYZ 52.65 28.71 96.53 -
YUV 140.87 191.85 190.86 -
System Red Green Blue C M Y K H S L
Decimal 229 74 254 0.10 0.71 0 0.00 291.67 0.99 0.64
Hex E5 4A FE A 47 0 0 124 63 40
Octal 345 112 376 12 107 0 0 444 143 100
Binary 11100101 1001010 11111110 1010 1000111 0 0 100100100 1100011 1000000

Color Harmonies of #E54AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54AFE

Black with #E54AFE

Text Example


Text Example

White with #E54AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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