#E858FF

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

Shades of Pink Flamingo #E858FF

Tints of Pink Flamingo #E858FF

Color information

#E858FF (or 0xE858FF) is unknown color: approx Pink Flamingo. HEX triplet: E8, 58 and FF. RGB value is (232,88,255). Sum of RGB (Red+Green+Blue) = 232+88+255=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 88 (34.77% from 255 or 15.30% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #E858FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E858FF is #17A700. Grayscale: #959595. Windows color (decimal): -1550081 or 16734440. OLE color: 16734440.

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

Color convert

RGB23288255-
CMYK0.090.6500
HSL291.74º100%67.25%-
HSV(B)291.74º65.49%100%-
XYZ54.8231.3697.77-
YUV150.09187.21186.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.35%
GREEN value IS 88 (34.77% from 255) = 15.30%
BLUE value IS 255 (100% from 255) = 44.35%
R=40.35%
G=15.30%
B=44.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal232882550.090.6500291.7410067.25
HexE858FF941001246443
Octal3501303771110100444144103
Binary11101000101100011111111100110000010010010010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E858FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E858FF; }

 p { color: rgb(232,88,255); }

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

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

 a { background-color: rgb(232,88,255); }

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

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

 span { border-color: rgb(232,88,255); }

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