Html Css Color HEX #E541FC Pink Flamingo

📋 copy color: '#E541FC'

red 229 ◦ green 65 ◦ blue 252

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

Shades of Pink Flamingo #E541FC

Tints of Pink Flamingo #E541FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.9%

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

R = 41.94%
G = 11.9%
B = 46.15%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E541FC (or 0xE541FC) is known color: Pink Flamingo. HEX triplet: E5, 41 and FC. RGB value is (229,65,252). Sum of RGB (Red+Green+Blue) = 229+65+252=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 65 (25.78% from 255 or 11.90% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #E541FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E541FC is #1ABE03. Grayscale: #868686. Windows color (decimal): -1752580 or 16531941. OLE color: 16531941.

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

Color convert

RGB 229 65 252 -
CMYK 0.09 0.74 0 0.01
HSL 292.62º 0.97% 0.62% -
HSV(B) 292.62º 0.74% 0.99% -
XYZ 51.77 27.47 94.67 -
YUV 135.35 193.83 194.79 -
System Red Green Blue C M Y K H S L
Decimal 229 65 252 0.09 0.74 0 0.01 292.62 0.97 0.62
Hex E5 41 FC 9 4A 0 1 125 61 3E
Octal 345 101 374 11 112 0 1 445 141 76
Binary 11100101 1000001 11111100 1001 1001010 0 1 100100101 1100001 111110

Color Harmonies of #E541FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541FC

Black with #E541FC

Text Example


Text Example

White with #E541FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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