#E964F1

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

Shades of Pink Flamingo #E964F1

Tints of Pink Flamingo #E964F1

Color information

#E964F1 (or 0xE964F1) is unknown color: approx Pink Flamingo. HEX triplet: E9, 64 and F1. RGB value is (233,100,241). Sum of RGB (Red+Green+Blue) = 233+100+241=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 100 (39.45% from 255 or 17.42% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #E964F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E964F1 is #169B0E. Grayscale: #9B9B9B. Windows color (decimal): -1481487 or 15820009. OLE color: 15820009.

HSL color Cylindrical-coordinate representation of color #E964F1: hue angle of 296.6º degrees, saturation: 0.83, 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 #E964F1 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233100241-
CMYK0.030.5900.05
HSL296.6º83.43%66.86%-
HSV(B)296.6º58.51%94.51%-
XYZ54.0432.7986.7-
YUV155.84176.06183.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.59%
GREEN value IS 100 (39.45% from 255) = 17.42%
BLUE value IS 241 (94.53% from 255) = 41.99%
R=40.59%
G=17.42%
B=41.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331002410.030.5900.05296.683.4366.86
HexE964F133B051295343
Octal35114436137305451123103
Binary1110100111001001111000111111011010110010100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E964F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E964F1; }

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

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

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

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

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

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

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

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