Html Css Color HEX #E548FF Pink Flamingo

📋 copy color: '#E548FF'

red 229 ◦ green 72 ◦ blue 255

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

Shades of Pink Flamingo #E548FF

Tints of Pink Flamingo #E548FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.95%

 BLUE value IS 255 (100% from 255) = 45.86%

R = 41.19%
G = 12.95%
B = 45.86%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E548FF (or 0xE548FF) is known color: Pink Flamingo. HEX triplet: E5, 48 and FF. RGB value is (229,72,255). Sum of RGB (Red+Green+Blue) = 229+72+255=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 72 (28.52% from 255 or 12.95% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #E548FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E548FF is #1AB700. Grayscale: #8B8B8B. Windows color (decimal): -1750785 or 16730341. OLE color: 16730341.

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

Color convert

RGB 229 72 255 -
CMYK 0.10 0.72 0 0
HSL 291.48º 1% 0.64% -
HSV(B) 291.48º 0.72% 1% -
XYZ 52.68 28.51 97.33 -
YUV 139.81 193.01 191.62 -
System Red Green Blue C M Y K H S L
Decimal 229 72 255 0.10 0.72 0 0 291.48 1 0.64
Hex E5 48 FF A 48 0 0 123 64 40
Octal 345 110 377 12 110 0 0 443 144 100
Binary 11100101 1001000 11111111 1010 1001000 0 0 100100011 1100100 1000000

Color Harmonies of #E548FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E548FF

Black with #E548FF

Text Example


Text Example

White with #E548FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E548FF; }

 p { color: rgb(229,72,255); }

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

background-color css

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

 a { background-color: rgb(229,72,255); }

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

border-color css

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

 span { border-color: rgb(229,72,255); }

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