Html Css Color HEX #E548FC Pink Flamingo

📋 copy color: '#E548FC'

red 229 ◦ green 72 ◦ blue 252

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

Shades of Pink Flamingo #E548FC

Tints of Pink Flamingo #E548FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 41.41%
G = 13.02%
B = 45.57%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E548FC (or 0xE548FC) is known color: Pink Flamingo. HEX triplet: E5, 48 and FC. RGB value is (229,72,252). Sum of RGB (Red+Green+Blue) = 229+72+252=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 72 (28.52% from 255 or 13.02% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #E548FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E548FC is #1AB703. Grayscale: #8A8A8A. Windows color (decimal): -1750788 or 16533733. OLE color: 16533733.

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

Color convert

RGB 229 72 252 -
CMYK 0.09 0.71 0 0.01
HSL 292.33º 0.97% 0.64% -
HSV(B) 292.33º 0.71% 0.99% -
XYZ 52.2 28.32 94.81 -
YUV 139.46 191.51 191.86 -
System Red Green Blue C M Y K H S L
Decimal 229 72 252 0.09 0.71 0 0.01 292.33 0.97 0.64
Hex E5 48 FC 9 47 0 1 124 61 40
Octal 345 110 374 11 107 0 1 444 141 100
Binary 11100101 1001000 11111100 1001 1000111 0 1 100100100 1100001 1000000

Color Harmonies of #E548FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E548FC

Black with #E548FC

Text Example


Text Example

White with #E548FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E548FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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