#EE5CFD

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

Shades of Pink Flamingo #EE5CFD

Tints of Pink Flamingo #EE5CFD

Color information

#EE5CFD (or 0xEE5CFD) is unknown color: approx Pink Flamingo. HEX triplet: EE, 5C and FD. RGB value is (238,92,253). Sum of RGB (Red+Green+Blue) = 238+92+253=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 92 (36.33% from 255 or 15.78% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE5CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5CFD is #11A302. Grayscale: #999999. Windows color (decimal): -1155843 or 16604398. OLE color: 16604398.

HSL color Cylindrical-coordinate representation of color #EE5CFD: hue angle of 294.41º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5CFD is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23892253-
CMYK0.060.6400.01
HSL294.41º97.58%67.65%-
HSV(B)294.41º63.64%99.22%-
XYZ56.8232.9296.29-
YUV154.01183.87187.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.82%
GREEN value IS 92 (36.33% from 255) = 15.78%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=40.82%
G=15.78%
B=43.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal238922530.060.6400.01294.4197.5867.65
HexEE5CFD640011266244
Octal356134375610001446142104
Binary1110111010111001111110111010000000110010011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5CFD; }

 p { color: rgb(238,92,253); }

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

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

 a { background-color: rgb(238,92,253); }

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

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

 span { border-color: rgb(238,92,253); }

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