#E740FF

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

Shades of Pink Flamingo #E740FF

Tints of Pink Flamingo #E740FF

Color information

#E740FF (or 0xE740FF) is unknown color: approx Pink Flamingo. HEX triplet: E7, 40 and FF. RGB value is (231,64,255). Sum of RGB (Red+Green+Blue) = 231+64+255=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 64 (25.39% from 255 or 11.64% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #E740FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E740FF is #18BF00. Grayscale: #878787. Windows color (decimal): -1621761 or 16728295. OLE color: 16728295.

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

Color convert

RGB23164255-
CMYK0.090.7500
HSL292.46º100%62.55%-
HSV(B)292.46º74.9%100%-
XYZ52.8427.8897.2-
YUV135.71195.33195.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42%
GREEN value IS 64 (25.39% from 255) = 11.64%
BLUE value IS 255 (100% from 255) = 46.36%
R=42%
G=11.64%
B=46.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal231642550.090.7500292.4610062.55
HexE740FF94B00124643f
Octal347100377111130044414477
Binary1110011110000001111111110011001011001001001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E740FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E740FF; }

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

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

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

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

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

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

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

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