Html Css Color HEX #E541FF Pink Flamingo

📋 copy color: '#E541FF'

red 229 ◦ green 65 ◦ blue 255

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

Shades of Pink Flamingo #E541FF

Tints of Pink Flamingo #E541FF

RGB

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

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

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

R = 41.71%
G = 11.84%
B = 46.45%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E541FF (or 0xE541FF) is known color: Pink Flamingo. HEX triplet: E5, 41 and FF. RGB value is (229,65,255). Sum of RGB (Red+Green+Blue) = 229+65+255=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 65 (25.78% from 255 or 11.84% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #E541FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E541FF is #1ABE00. Grayscale: #878787. Windows color (decimal): -1752577 or 16728549. OLE color: 16728549.

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

Color convert

RGB 229 65 255 -
CMYK 0.10 0.75 0 0
HSL 291.79º 1% 0.63% -
HSV(B) 291.79º 0.75% 1% -
XYZ 52.25 27.66 97.19 -
YUV 135.7 195.33 194.55 -
System Red Green Blue C M Y K H S L
Decimal 229 65 255 0.10 0.75 0 0 291.79 1 0.63
Hex E5 41 FF A 4B 0 0 124 64 3F
Octal 345 101 377 12 113 0 0 444 144 77
Binary 11100101 1000001 11111111 1010 1001011 0 0 100100100 1100100 111111

Color Harmonies of #E541FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541FF

Black with #E541FF

Text Example


Text Example

White with #E541FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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