#E850FE

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

Shades of Pink Flamingo #E850FE

Tints of Pink Flamingo #E850FE

Color information

#E850FE (or 0xE850FE) is unknown color: approx Pink Flamingo. HEX triplet: E8, 50 and FE. RGB value is (232,80,254). Sum of RGB (Red+Green+Blue) = 232+80+254=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 80 (31.64% from 255 or 14.13% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #E850FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E850FE is #17AF01. Grayscale: #909090. Windows color (decimal): -1552130 or 16666856. OLE color: 16666856.

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

Color convert

RGB23280254-
CMYK0.090.6900.00
HSL292.41º98.86%65.49%-
HSV(B)292.41º68.5%99.61%-
XYZ54.0430.0596.72-
YUV145.28189.36189.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.99%
GREEN value IS 80 (31.64% from 255) = 14.13%
BLUE value IS 254 (99.61% from 255) = 44.88%
R=40.99%
G=14.13%
B=44.88%

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
Decimal232802540.090.6900.00292.4198.8665.49
HexE850FE945001246341
Octal3501203761110500444143101
Binary11101000101000011111110100110001010010010010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E850FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E850FE; }

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

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

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

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

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

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

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

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