#E240FF

Color #E240FF Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #E240FF

Tints of Pink Flamingo #E240FF

Color information

#E240FF (or 0xE240FF) is unknown color: approx Pink Flamingo. HEX triplet: E2, 40 and FF. RGB value is (226,64,255). Sum of RGB (Red+Green+Blue) = 226+64+255=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 64 (25.39% from 255 or 11.74% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #E240FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E240FF is #1DBF00. Grayscale: #858585. Windows color (decimal): -1949441 or 16728290. OLE color: 16728290.

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

Color convert

RGB22664255-
CMYK0.110.7500
HSL290.89º100%62.55%-
HSV(B)290.89º74.9%100%-
XYZ51.2527.0697.13-
YUV134.21196.17193.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.47%
GREEN value IS 64 (25.39% from 255) = 11.74%
BLUE value IS 255 (100% from 255) = 46.79%
R=41.47%
G=11.74%
B=46.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal226642550.110.7500290.8910062.55
HexE240FFB4B00123643f
Octal342100377131130044314477
Binary1110001010000001111111110111001011001001000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E240FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E240FF; }

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

 H1.HeaderClassName
 {
   color: #E240FF;
 }
 .AnyTagClassName
 {
   color: #E240FF;
 }
</style>
background-color css

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

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

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

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

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

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