#EE33FA

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

Shades of Pink Flamingo #EE33FA

Tints of Pink Flamingo #EE33FA

Color information

#EE33FA (or 0xEE33FA) is unknown color: approx Pink Flamingo. HEX triplet: EE, 33 and FA. RGB value is (238,51,250). Sum of RGB (Red+Green+Blue) = 238+51+250=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 51 (20.31% from 255 or 9.46% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE33FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE33FA is #11CC05. Grayscale: #808080. Windows color (decimal): -1166342 or 16397294. OLE color: 16397294.

HSL color Cylindrical-coordinate representation of color #EE33FA: hue angle of 296.38º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE33FA is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23851250-
CMYK0.050.8000.02
HSL296.38º95.22%59.02%-
HSV(B)296.38º79.6%98.04%-
XYZ53.727.4592.91-
YUV129.6195.95205.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.16%
GREEN value IS 51 (20.31% from 255) = 9.46%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=44.16%
G=9.46%
B=46.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal238512500.050.8000.02296.3895.2259.02
HexEE33FA550021285f3b
Octal3566337251200245013773
Binary111011101100111111101010110100000101001010001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE33FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE33FA; }

 p { color: rgb(238,51,250); }

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

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

 a { background-color: rgb(238,51,250); }

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

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

 span { border-color: rgb(238,51,250); }

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