Html Css Color HEX #E544FA Pink Flamingo

📋 copy color: '#E544FA'

red 229 ◦ green 68 ◦ blue 250

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

Shades of Pink Flamingo #E544FA

Tints of Pink Flamingo #E544FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 41.86%
G = 12.43%
B = 45.7%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E544FA (or 0xE544FA) is known color: Pink Flamingo. HEX triplet: E5, 44 and FA. RGB value is (229,68,250). Sum of RGB (Red+Green+Blue) = 229+68+250=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 68 (26.95% from 255 or 12.43% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #E544FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E544FA is #1ABB05. Grayscale: #888888. Windows color (decimal): -1751814 or 16401637. OLE color: 16401637.

HSL color Cylindrical-coordinate representation of color #E544FA: hue angle of 293.08º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E544FA is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 68 250 -
CMYK 0.08 0.73 0 0.02
HSL 293.08º 0.95% 0.62% -
HSV(B) 293.08º 0.73% 0.98% -
XYZ 51.64 27.69 93.07 -
YUV 136.89 191.84 193.7 -
System Red Green Blue C M Y K H S L
Decimal 229 68 250 0.08 0.73 0 0.02 293.08 0.95 0.62
Hex E5 44 FA 8 49 0 2 125 5F 3E
Octal 345 104 372 10 111 0 2 445 137 76
Binary 11100101 1000100 11111010 1000 1001001 0 10 100100101 1011111 111110

Color Harmonies of #E544FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E544FA

Black with #E544FA

Text Example


Text Example

White with #E544FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E544FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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