Html Css Color HEX #E54CFE Pink Flamingo

📋 copy color: '#E54CFE'

red 229 ◦ green 76 ◦ blue 254

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

Shades of Pink Flamingo #E54CFE

Tints of Pink Flamingo #E54CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.6%

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

R = 40.97%
G = 13.6%
B = 45.44%

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

#E54CFE (or 0xE54CFE) is known color: Pink Flamingo. HEX triplet: E5, 4C and FE. RGB value is (229,76,254). Sum of RGB (Red+Green+Blue) = 229+76+254=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 76 (30.08% from 255 or 13.60% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #E54CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54CFE is #1AB301. Grayscale: #8D8D8D. Windows color (decimal): -1749762 or 16665829. OLE color: 16665829.

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

Color convert

RGB 229 76 254 -
CMYK 0.10 0.70 0 0.00
HSL 291.57º 0.99% 0.65% -
HSV(B) 291.57º 0.7% 1% -
XYZ 52.79 28.98 96.58 -
YUV 142.04 191.19 190.03 -
System Red Green Blue C M Y K H S L
Decimal 229 76 254 0.10 0.70 0 0.00 291.57 0.99 0.65
Hex E5 4C FE A 46 0 0 124 63 41
Octal 345 114 376 12 106 0 0 444 143 101
Binary 11100101 1001100 11111110 1010 1000110 0 0 100100100 1100011 1000001

Color Harmonies of #E54CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54CFE

Black with #E54CFE

Text Example


Text Example

White with #E54CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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