#EE6AFD

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

Shades of Pink Flamingo #EE6AFD

Tints of Pink Flamingo #EE6AFD

Color information

#EE6AFD (or 0xEE6AFD) is unknown color: approx Pink Flamingo. HEX triplet: EE, 6A and FD. RGB value is (238,106,253). Sum of RGB (Red+Green+Blue) = 238+106+253=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 106 (41.80% from 255 or 17.76% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE6AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6AFD is #119502. Grayscale: #A1A1A1. Windows color (decimal): -1152259 or 16607982. OLE color: 16607982.

HSL color Cylindrical-coordinate representation of color #EE6AFD: hue angle of 293.88º 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 #EE6AFD is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238106253-
CMYK0.060.5800.01
HSL293.88º97.35%70.39%-
HSV(B)293.88º58.1%99.22%-
XYZ58.1435.5896.73-
YUV162.23179.23182.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.87%
GREEN value IS 106 (41.80% from 255) = 17.76%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=39.87%
G=17.76%
B=42.38%

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
Decimal2381062530.060.5800.01293.8897.3570.39
HexEE6AFD63A011266146
Octal35615237567201446141106
Binary111011101101010111111011101110100110010011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6AFD; }

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

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

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

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

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

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

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

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