Html Css Color HEX #E548FD Pink Flamingo

📋 copy color: '#E548FD'

red 229 ◦ green 72 ◦ blue 253

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

Shades of Pink Flamingo #E548FD

Tints of Pink Flamingo #E548FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.67%

R = 41.34%
G = 13%
B = 45.67%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E548FD (or 0xE548FD) is known color: Pink Flamingo. HEX triplet: E5, 48 and FD. RGB value is (229,72,253). Sum of RGB (Red+Green+Blue) = 229+72+253=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 72 (28.52% from 255 or 13.00% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #E548FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E548FD is #1AB702. Grayscale: #8B8B8B. Windows color (decimal): -1750787 or 16599269. OLE color: 16599269.

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

Color convert

RGB 229 72 253 -
CMYK 0.09 0.72 0 0.01
HSL 292.04º 0.98% 0.64% -
HSV(B) 292.04º 0.72% 0.99% -
XYZ 52.36 28.38 95.65 -
YUV 139.58 192.01 191.78 -
System Red Green Blue C M Y K H S L
Decimal 229 72 253 0.09 0.72 0 0.01 292.04 0.98 0.64
Hex E5 48 FD 9 48 0 1 124 62 40
Octal 345 110 375 11 110 0 1 444 142 100
Binary 11100101 1001000 11111101 1001 1001000 0 1 100100100 1100010 1000000

Color Harmonies of #E548FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E548FD

Black with #E548FD

Text Example


Text Example

White with #E548FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E548FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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