#ED62F2

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

Shades of Pink Flamingo #ED62F2

Tints of Pink Flamingo #ED62F2

Color information

#ED62F2 (or 0xED62F2) is unknown color: approx Pink Flamingo. HEX triplet: ED, 62 and F2. RGB value is (237,98,242). Sum of RGB (Red+Green+Blue) = 237+98+242=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 98 (38.67% from 255 or 16.98% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED62F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED62F2 is #129D0D. Grayscale: #9B9B9B. Windows color (decimal): -1219854 or 15885037. OLE color: 15885037.

HSL color Cylindrical-coordinate representation of color #ED62F2: hue angle of 297.92º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED62F2 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23798242-
CMYK0.020.6000.05
HSL297.92º84.71%66.67%-
HSV(B)297.92º59.5%94.9%-
XYZ55.3233.1587.49-
YUV155.98176.55185.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 98 (38.67% from 255) = 16.98%
BLUE value IS 242 (94.92% from 255) = 41.94%
R=41.07%
G=16.98%
B=41.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237982420.020.6000.05297.9284.7166.67
HexED62F223C0512a5543
Octal35514236227405452125103
Binary1110110111000101111001010111100010110010101010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED62F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED62F2; }

 p { color: rgb(237,98,242); }

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

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

 a { background-color: rgb(237,98,242); }

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

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

 span { border-color: rgb(237,98,242); }

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