#ED61EE

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

Shades of Pink Flamingo #ED61EE

Tints of Pink Flamingo #ED61EE

Color information

#ED61EE (or 0xED61EE) is unknown color: approx Pink Flamingo. HEX triplet: ED, 61 and EE. RGB value is (237,97,238). Sum of RGB (Red+Green+Blue) = 237+97+238=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 97 (38.28% from 255 or 16.96% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED61EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED61EE is #129E11. Grayscale: #9A9A9A. Windows color (decimal): -1220114 or 15622637. OLE color: 15622637.

HSL color Cylindrical-coordinate representation of color #ED61EE: hue angle of 299.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED61EE is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23797238-
CMYK0.000.5900.07
HSL299.57º80.57%65.69%-
HSV(B)299.57º59.24%93.33%-
XYZ54.6332.7384.33-
YUV154.93174.88186.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 97 (38.28% from 255) = 16.96%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=41.43%
G=16.96%
B=41.61%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237972380.000.5900.07299.5780.5765.69
HexED61EE03B0712c5142
Octal35514135607307454121102
Binary111011011100001111011100111011011110010110010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED61EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED61EE; }

 p { color: rgb(237,97,238); }

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

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

 a { background-color: rgb(237,97,238); }

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

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

 span { border-color: rgb(237,97,238); }

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