#ED69F1

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

Shades of Pink Flamingo #ED69F1

Tints of Pink Flamingo #ED69F1

Color information

#ED69F1 (or 0xED69F1) is unknown color: approx Pink Flamingo. HEX triplet: ED, 69 and F1. RGB value is (237,105,241). Sum of RGB (Red+Green+Blue) = 237+105+241=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 105 (41.41% from 255 or 18.01% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED69F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED69F1 is #12960E. Grayscale: #9F9F9F. Windows color (decimal): -1218063 or 15821293. OLE color: 15821293.

HSL color Cylindrical-coordinate representation of color #ED69F1: hue angle of 298.24º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED69F1 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237105241-
CMYK0.020.5600.05
HSL298.24º82.93%67.84%-
HSV(B)298.24º56.43%94.51%-
XYZ55.8534.4686.93-
YUV159.97173.73182.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.65%
GREEN value IS 105 (41.41% from 255) = 18.01%
BLUE value IS 241 (94.53% from 255) = 41.34%
R=40.65%
G=18.01%
B=41.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371052410.020.5600.05298.2482.9367.84
HexED69F12380512a5344
Octal35515136127005452123104
Binary1110110111010011111000110111000010110010101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED69F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED69F1; }

 p { color: rgb(237,105,241); }

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

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

 a { background-color: rgb(237,105,241); }

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

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

 span { border-color: rgb(237,105,241); }

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