#E85CF5

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

Shades of Pink Flamingo #E85CF5

Tints of Pink Flamingo #E85CF5

Color information

#E85CF5 (or 0xE85CF5) is unknown color: approx Pink Flamingo. HEX triplet: E8, 5C and F5. RGB value is (232,92,245). Sum of RGB (Red+Green+Blue) = 232+92+245=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 92 (36.33% from 255 or 16.17% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #E85CF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85CF5 is #17A30A. Grayscale: #969696. Windows color (decimal): -1549067 or 16080104. OLE color: 16080104.

HSL color Cylindrical-coordinate representation of color #E85CF5: hue angle of 294.9º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85CF5 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23292245-
CMYK0.050.6200.04
HSL294.9º88.44%66.08%-
HSV(B)294.9º62.45%96.08%-
XYZ53.5931.489.62-
YUV151.3180.88185.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.77%
GREEN value IS 92 (36.33% from 255) = 16.17%
BLUE value IS 245 (96.09% from 255) = 43.06%
R=40.77%
G=16.17%
B=43.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal232922450.050.6200.04294.988.4466.08
HexE85CF553E041275842
Octal35013436557604447130102
Binary11101000101110011110101101111110010010010011110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85CF5; }

 p { color: rgb(232,92,245); }

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

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

 a { background-color: rgb(232,92,245); }

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

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

 span { border-color: rgb(232,92,245); }

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