Html Css Color HEX #E540FF Pink Flamingo

📋 copy color: '#E540FF'

red 229 ◦ green 64 ◦ blue 255

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

Shades of Pink Flamingo #E540FF

Tints of Pink Flamingo #E540FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.68%

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

R = 41.79%
G = 11.68%
B = 46.53%

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

#E540FF (or 0xE540FF) is known color: Pink Flamingo. HEX triplet: E5, 40 and FF. RGB value is (229,64,255). Sum of RGB (Red+Green+Blue) = 229+64+255=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 64 (25.39% from 255 or 11.68% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #E540FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E540FF is #1ABF00. Grayscale: #868686. Windows color (decimal): -1752833 or 16728293. OLE color: 16728293.

HSL color Cylindrical-coordinate representation of color #E540FF: hue angle of 291.83º 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 #E540FF is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 229 64 255 -
CMYK 0.10 0.75 0 0
HSL 291.83º 1% 0.63% -
HSV(B) 291.83º 0.75% 1% -
XYZ 52.2 27.54 97.17 -
YUV 135.11 195.66 194.97 -
System Red Green Blue C M Y K H S L
Decimal 229 64 255 0.10 0.75 0 0 291.83 1 0.63
Hex E5 40 FF A 4B 0 0 124 64 3F
Octal 345 100 377 12 113 0 0 444 144 77
Binary 11100101 1000000 11111111 1010 1001011 0 0 100100100 1100100 111111

Color Harmonies of #E540FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E540FF

Black with #E540FF

Text Example


Text Example

White with #E540FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E540FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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