#E74FFE

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

Shades of Pink Flamingo #E74FFE

Tints of Pink Flamingo #E74FFE

Color information

#E74FFE (or 0xE74FFE) is unknown color: approx Pink Flamingo. HEX triplet: E7, 4F and FE. RGB value is (231,79,254). Sum of RGB (Red+Green+Blue) = 231+79+254=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 79 (31.25% from 255 or 14.01% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #E74FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74FFE is #18B001. Grayscale: #8F8F8F. Windows color (decimal): -1617922 or 16666599. OLE color: 16666599.

HSL color Cylindrical-coordinate representation of color #E74FFE: hue angle of 292.11º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E74FFE is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB23179254-
CMYK0.090.6900.00
HSL292.11º98.87%65.29%-
HSV(B)292.11º68.9%99.61%-
XYZ53.6429.7496.68-
YUV144.4189.86189.77-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.96%
GREEN value IS 79 (31.25% from 255) = 14.01%
BLUE value IS 254 (99.61% from 255) = 45.04%
R=40.96%
G=14.01%
B=45.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal231792540.090.6900.00292.1198.8765.29
HexE74FFE945001246341
Octal3471173761110500444143101
Binary11100111100111111111110100110001010010010010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74FFE; }

 p { color: rgb(231,79,254); }

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

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

 a { background-color: rgb(231,79,254); }

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

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

 span { border-color: rgb(231,79,254); }

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