Html Css Color HEX #E544FE Pink Flamingo

📋 copy color: '#E544FE'

red 229 ◦ green 68 ◦ blue 254

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

Shades of Pink Flamingo #E544FE

Tints of Pink Flamingo #E544FE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.34%

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

R = 41.56%
G = 12.34%
B = 46.1%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E544FE (or 0xE544FE) is known color: Pink Flamingo. HEX triplet: E5, 44 and FE. RGB value is (229,68,254). Sum of RGB (Red+Green+Blue) = 229+68+254=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 68 (26.95% from 255 or 12.34% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #E544FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E544FE is #1ABB01. Grayscale: #888888. Windows color (decimal): -1751810 or 16663781. OLE color: 16663781.

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

Color convert

RGB 229 68 254 -
CMYK 0.10 0.73 0 0.00
HSL 291.94º 0.99% 0.63% -
HSV(B) 291.94º 0.73% 1% -
XYZ 52.27 27.95 96.41 -
YUV 137.34 193.84 193.38 -
System Red Green Blue C M Y K H S L
Decimal 229 68 254 0.10 0.73 0 0.00 291.94 0.99 0.63
Hex E5 44 FE A 49 0 0 124 63 3F
Octal 345 104 376 12 111 0 0 444 143 77
Binary 11100101 1000100 11111110 1010 1001001 0 0 100100100 1100011 111111

Color Harmonies of #E544FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E544FE

Black with #E544FE

Text Example


Text Example

White with #E544FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E544FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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