#E950FE

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

Shades of Pink Flamingo #E950FE

Tints of Pink Flamingo #E950FE

Color information

#E950FE (or 0xE950FE) is unknown color: approx Pink Flamingo. HEX triplet: E9, 50 and FE. RGB value is (233,80,254). Sum of RGB (Red+Green+Blue) = 233+80+254=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 80 (31.64% from 255 or 14.11% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #E950FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E950FE is #16AF01. Grayscale: #919191. Windows color (decimal): -1486594 or 16666857. OLE color: 16666857.

HSL color Cylindrical-coordinate representation of color #E950FE: hue angle of 292.76º 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 #E950FE is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB23380254-
CMYK0.080.6900.00
HSL292.76º98.86%65.49%-
HSV(B)292.76º68.5%99.61%-
XYZ54.3630.2296.73-
YUV145.58189.19190.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.09%
GREEN value IS 80 (31.64% from 255) = 14.11%
BLUE value IS 254 (99.61% from 255) = 44.80%
R=41.09%
G=14.11%
B=44.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal233802540.080.6900.00292.7698.8665.49
HexE950FE845001256341
Octal3511203761010500445143101
Binary11101001101000011111110100010001010010010010111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E950FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E950FE; }

 p { color: rgb(233,80,254); }

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

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

 a { background-color: rgb(233,80,254); }

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

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

 span { border-color: rgb(233,80,254); }

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