Html Css Color HEX #E545FA Pink Flamingo

📋 copy color: '#E545FA'

red 229 ◦ green 69 ◦ blue 250

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

Shades of Pink Flamingo #E545FA

Tints of Pink Flamingo #E545FA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.59%

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

R = 41.79%
G = 12.59%
B = 45.62%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E545FA (or 0xE545FA) is known color: Pink Flamingo. HEX triplet: E5, 45 and FA. RGB value is (229,69,250). Sum of RGB (Red+Green+Blue) = 229+69+250=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 69 (27.34% from 255 or 12.59% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #E545FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E545FA is #1ABA05. Grayscale: #888888. Windows color (decimal): -1751558 or 16401893. OLE color: 16401893.

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

Color convert

RGB 229 69 250 -
CMYK 0.08 0.72 0 0.02
HSL 293.04º 0.95% 0.63% -
HSV(B) 293.04º 0.72% 0.98% -
XYZ 51.7 27.82 93.09 -
YUV 137.47 191.51 193.28 -
System Red Green Blue C M Y K H S L
Decimal 229 69 250 0.08 0.72 0 0.02 293.04 0.95 0.63
Hex E5 45 FA 8 48 0 2 125 5F 3F
Octal 345 105 372 10 110 0 2 445 137 77
Binary 11100101 1000101 11111010 1000 1001000 0 10 100100101 1011111 111111

Color Harmonies of #E545FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E545FA

Black with #E545FA

Text Example


Text Example

White with #E545FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E545FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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