#E842F9

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

Shades of Pink Flamingo #E842F9

Tints of Pink Flamingo #E842F9

Color information

#E842F9 (or 0xE842F9) is unknown color: approx Pink Flamingo. HEX triplet: E8, 42 and F9. RGB value is (232,66,249). Sum of RGB (Red+Green+Blue) = 232+66+249=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 66 (26.17% from 255 or 12.07% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #E842F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E842F9 is #17BD06. Grayscale: #878787. Windows color (decimal): -1555719 or 16335592. OLE color: 16335592.

HSL color Cylindrical-coordinate representation of color #E842F9: hue angle of 294.43º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E842F9 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23266249-
CMYK0.070.7300.02
HSL294.43º93.85%61.76%-
HSV(B)294.43º73.49%97.65%-
XYZ52.3327.8992.25-
YUV136.5191.5196.12-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.41%
GREEN value IS 66 (26.17% from 255) = 12.07%
BLUE value IS 249 (97.66% from 255) = 45.52%
R=42.41%
G=12.07%
B=45.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal232662490.070.7300.02294.4393.8561.76
HexE842F9749021265e3e
Octal35010237171110244613676
Binary1110100010000101111100111110010010101001001101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E842F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E842F9; }

 p { color: rgb(232,66,249); }

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

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

 a { background-color: rgb(232,66,249); }

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

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

 span { border-color: rgb(232,66,249); }

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