#EE42FB

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

Shades of Pink Flamingo #EE42FB

Tints of Pink Flamingo #EE42FB

Color information

#EE42FB (or 0xEE42FB) is unknown color: approx Pink Flamingo. HEX triplet: EE, 42 and FB. RGB value is (238,66,251). Sum of RGB (Red+Green+Blue) = 238+66+251=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 66 (26.17% from 255 or 11.89% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE42FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE42FB is #11BD04. Grayscale: #898989. Windows color (decimal): -1162501 or 16466670. OLE color: 16466670.

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

Color convert

RGB23866251-
CMYK0.050.7400.02
HSL295.78º95.85%62.16%-
HSV(B)295.78º73.71%98.43%-
XYZ54.6229.0493.99-
YUV138.52191.48198.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.88%
GREEN value IS 66 (26.17% from 255) = 11.89%
BLUE value IS 251 (98.44% from 255) = 45.23%
R=42.88%
G=11.89%
B=45.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal238662510.050.7400.02295.7895.8562.16
HexEE42FB54A02128603e
Octal35610237351120245014076
Binary1110111010000101111101110110010100101001010001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE42FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE42FB; }

 p { color: rgb(238,66,251); }

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

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

 a { background-color: rgb(238,66,251); }

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

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

 span { border-color: rgb(238,66,251); }

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