#E94CFD

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

Shades of Pink Flamingo #E94CFD

Tints of Pink Flamingo #E94CFD

Color information

#E94CFD (or 0xE94CFD) is unknown color: approx Pink Flamingo. HEX triplet: E9, 4C and FD. RGB value is (233,76,253). Sum of RGB (Red+Green+Blue) = 233+76+253=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 76 (30.08% from 255 or 13.52% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #E94CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E94CFD is #16B302. Grayscale: #8E8E8E. Windows color (decimal): -1487619 or 16600297. OLE color: 16600297.

HSL color Cylindrical-coordinate representation of color #E94CFD: hue angle of 293.22º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94CFD is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23376253-
CMYK0.080.7000.01
HSL293.22º97.79%64.51%-
HSV(B)293.22º69.96%99.22%-
XYZ53.9229.5895.8-
YUV143.12190.01192.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.46%
GREEN value IS 76 (30.08% from 255) = 13.52%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=41.46%
G=13.52%
B=45.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal233762530.080.7000.01293.2297.7964.51
HexE94CFD846011256241
Octal3511143751010601445142101
Binary11101001100110011111101100010001100110010010111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94CFD; }

 p { color: rgb(233,76,253); }

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

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

 a { background-color: rgb(233,76,253); }

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

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

 span { border-color: rgb(233,76,253); }

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