#E962F4

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

Shades of Pink Flamingo #E962F4

Tints of Pink Flamingo #E962F4

Color information

#E962F4 (or 0xE962F4) is unknown color: approx Pink Flamingo. HEX triplet: E9, 62 and F4. RGB value is (233,98,244). Sum of RGB (Red+Green+Blue) = 233+98+244=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 98 (38.67% from 255 or 17.04% from 575); Blue value is 244 (95.70% from 255 or 42.43% from 575); Max value from RGB is 244 - color contains mainly: blue. Hex color #E962F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E962F4 is #169D0B. Grayscale: #9A9A9A. Windows color (decimal): -1481996 or 16016105. OLE color: 16016105.

HSL color Cylindrical-coordinate representation of color #E962F4: hue angle of 295.48º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E962F4 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23398244-
CMYK0.050.6000.04
HSL295.48º86.9%67.06%-
HSV(B)295.48º59.84%95.69%-
XYZ54.332.5989.02-
YUV155.01178.23183.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.52%
GREEN value IS 98 (38.67% from 255) = 17.04%
BLUE value IS 244 (95.70% from 255) = 42.43%
R=40.52%
G=17.04%
B=42.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal233982440.050.6000.04295.4886.967.06
HexE962F453C041275743
Octal35114236457404447127103
Binary11101001110001011110100101111100010010010011110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E962F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E962F4; }

 p { color: rgb(233,98,244); }

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

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

 a { background-color: rgb(233,98,244); }

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

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

 span { border-color: rgb(233,98,244); }

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