#E95EF3

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

Shades of Pink Flamingo #E95EF3

Tints of Pink Flamingo #E95EF3

Color information

#E95EF3 (or 0xE95EF3) is unknown color: approx Pink Flamingo. HEX triplet: E9, 5E and F3. RGB value is (233,94,243). Sum of RGB (Red+Green+Blue) = 233+94+243=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 94 (37.11% from 255 or 16.49% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #E95EF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95EF3 is #16A10C. Grayscale: #989898. Windows color (decimal): -1483021 or 15949545. OLE color: 15949545.

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

Color convert

RGB23394243-
CMYK0.040.6100.05
HSL295.97º86.13%66.08%-
HSV(B)295.97º61.32%95.29%-
XYZ53.7831.888.1-
YUV152.55179.05185.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.88%
GREEN value IS 94 (37.11% from 255) = 16.49%
BLUE value IS 243 (95.31% from 255) = 42.63%
R=40.88%
G=16.49%
B=42.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal233942430.040.6100.05295.9786.1366.08
HexE95EF343D051285642
Octal35113636347505450126102
Binary11101001101111011110011100111101010110010100010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95EF3; }

 p { color: rgb(233,94,243); }

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

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

 a { background-color: rgb(233,94,243); }

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

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

 span { border-color: rgb(233,94,243); }

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