#FF55EE

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

Shades of Pink Flamingo #FF55EE

Tints of Pink Flamingo #FF55EE

Color information

#FF55EE (or 0xFF55EE) is unknown color: approx Pink Flamingo. HEX triplet: FF, 55 and EE. RGB value is (255,85,238). Sum of RGB (Red+Green+Blue) = 255+85+238=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 85 (33.59% from 255 or 14.71% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55EE is #00AA11. Grayscale: #989898. Windows color (decimal): -43538 or 15619583. OLE color: 15619583.

HSL color Cylindrical-coordinate representation of color #FF55EE: hue angle of 306º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55EE is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB25585238-
CMYK00.670.070
HSL306º100%66.67%-
HSV(B)306º66.67%100%-
XYZ59.9233.9384.28-
YUV153.27175.82200.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.12%
GREEN value IS 85 (33.59% from 255) = 14.71%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=44.12%
G=14.71%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558523800.670.07030610066.67
HexFF55EE043701326443
Octal377125356010370462144103
Binary1111111110101011110111001000011111010011001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF55EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF55EE; }

 p { color: rgb(255,85,238); }

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

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

 a { background-color: rgb(255,85,238); }

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

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

 span { border-color: rgb(255,85,238); }

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