#EE69FD

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

Shades of Pink Flamingo #EE69FD

Tints of Pink Flamingo #EE69FD

Color information

#EE69FD (or 0xEE69FD) is unknown color: approx Pink Flamingo. HEX triplet: EE, 69 and FD. RGB value is (238,105,253). Sum of RGB (Red+Green+Blue) = 238+105+253=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 105 (41.41% from 255 or 17.62% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE69FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE69FD is #119602. Grayscale: #A1A1A1. Windows color (decimal): -1152515 or 16607726. OLE color: 16607726.

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

Color convert

RGB238105253-
CMYK0.060.5800.01
HSL293.92º97.37%70.2%-
HSV(B)293.92º58.5%99.22%-
XYZ58.0435.3796.7-
YUV161.64179.56182.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.93%
GREEN value IS 105 (41.41% from 255) = 17.62%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=39.93%
G=17.62%
B=42.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381052530.060.5800.01293.9297.3770.2
HexEE69FD63A011266146
Octal35615137567201446141106
Binary111011101101001111111011101110100110010011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE69FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE69FD; }

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

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

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

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

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

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

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

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