#EE45FA

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

Shades of Pink Flamingo #EE45FA

Tints of Pink Flamingo #EE45FA

Color information

#EE45FA (or 0xEE45FA) is unknown color: approx Pink Flamingo. HEX triplet: EE, 45 and FA. RGB value is (238,69,250). Sum of RGB (Red+Green+Blue) = 238+69+250=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 69 (27.34% from 255 or 12.39% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE45FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE45FA is #11BA05. Grayscale: #8B8B8B. Windows color (decimal): -1161734 or 16401902. OLE color: 16401902.

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

Color convert

RGB23869250-
CMYK0.050.7200.02
HSL296.02º94.76%62.55%-
HSV(B)296.02º72.4%98.04%-
XYZ54.6429.3493.22-
YUV140.16189.99197.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.73%
GREEN value IS 69 (27.34% from 255) = 12.39%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=42.73%
G=12.39%
B=44.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal238692500.050.7200.02296.0294.7662.55
HexEE45FA548021285f3f
Octal35610537251100245013777
Binary1110111010001011111101010110010000101001010001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE45FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE45FA; }

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

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

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

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

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

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

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

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