#E964F2

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

Shades of Pink Flamingo #E964F2

Tints of Pink Flamingo #E964F2

Color information

#E964F2 (or 0xE964F2) is unknown color: approx Pink Flamingo. HEX triplet: E9, 64 and F2. RGB value is (233,100,242). Sum of RGB (Red+Green+Blue) = 233+100+242=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 100 (39.45% from 255 or 17.39% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #E964F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E964F2 is #169B0D. Grayscale: #9B9B9B. Windows color (decimal): -1481486 or 15885545. OLE color: 15885545.

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

Color convert

RGB233100242-
CMYK0.040.5900.05
HSL296.2º84.52%67.06%-
HSV(B)296.2º58.68%94.9%-
XYZ54.1932.8587.49-
YUV155.95176.56182.95-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.52%
GREEN value IS 100 (39.45% from 255) = 17.39%
BLUE value IS 242 (94.92% from 255) = 42.09%
R=40.52%
G=17.39%
B=42.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331002420.040.5900.05296.284.5267.06
HexE964F243B051285543
Octal35114436247305450125103
Binary11101001110010011110010100111011010110010100010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E964F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E964F2; }

 p { color: rgb(233,100,242); }

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

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

 a { background-color: rgb(233,100,242); }

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

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

 span { border-color: rgb(233,100,242); }

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