Html Css Color HEX #E54BFE Pink Flamingo

📋 copy color: '#E54BFE'

red 229 ◦ green 75 ◦ blue 254

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

Shades of Pink Flamingo #E54BFE

Tints of Pink Flamingo #E54BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.44%

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

R = 41.04%
G = 13.44%
B = 45.52%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E54BFE (or 0xE54BFE) is known color: Pink Flamingo. HEX triplet: E5, 4B and FE. RGB value is (229,75,254). Sum of RGB (Red+Green+Blue) = 229+75+254=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 75 (29.69% from 255 or 13.44% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #E54BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54BFE is #1AB401. Grayscale: #8C8C8C. Windows color (decimal): -1750018 or 16665573. OLE color: 16665573.

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

Color convert

RGB 229 75 254 -
CMYK 0.10 0.70 0 0.00
HSL 291.62º 0.99% 0.65% -
HSV(B) 291.62º 0.7% 1% -
XYZ 52.72 28.85 96.56 -
YUV 141.45 191.52 190.45 -
System Red Green Blue C M Y K H S L
Decimal 229 75 254 0.10 0.70 0 0.00 291.62 0.99 0.65
Hex E5 4B FE A 46 0 0 124 63 41
Octal 345 113 376 12 106 0 0 444 143 101
Binary 11100101 1001011 11111110 1010 1000110 0 0 100100100 1100011 1000001

Color Harmonies of #E54BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54BFE

Black with #E54BFE

Text Example


Text Example

White with #E54BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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