Html Css Color HEX #E541FB Pink Flamingo

📋 copy color: '#E541FB'

red 229 ◦ green 65 ◦ blue 251

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

Shades of Pink Flamingo #E541FB

Tints of Pink Flamingo #E541FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.06%

R = 42.02%
G = 11.93%
B = 46.06%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E541FB (or 0xE541FB) is known color: Pink Flamingo. HEX triplet: E5, 41 and FB. RGB value is (229,65,251). Sum of RGB (Red+Green+Blue) = 229+65+251=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 65 (25.78% from 255 or 11.93% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #E541FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E541FB is #1ABE04. Grayscale: #868686. Windows color (decimal): -1752581 or 16466405. OLE color: 16466405.

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

Color convert

RGB 229 65 251 -
CMYK 0.09 0.74 0 0.02
HSL 292.9º 0.96% 0.62% -
HSV(B) 292.9º 0.74% 0.98% -
XYZ 51.62 27.4 93.84 -
YUV 135.24 193.33 194.88 -
System Red Green Blue C M Y K H S L
Decimal 229 65 251 0.09 0.74 0 0.02 292.9 0.96 0.62
Hex E5 41 FB 9 4A 0 2 125 60 3E
Octal 345 101 373 11 112 0 2 445 140 76
Binary 11100101 1000001 11111011 1001 1001010 0 10 100100101 1100000 111110

Color Harmonies of #E541FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541FB

Black with #E541FB

Text Example


Text Example

White with #E541FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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