Html Css Color HEX #ED59F6 Pink Flamingo

📋 copy color: '#ED59F6'

red 237 ◦ green 89 ◦ blue 246

#ED59F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #ED59F6

Tints of Pink Flamingo #ED59F6

RGB

 RED value IS 237 (92.97% from 255) = 41.43%

 GREEN value IS 89 (35.16% from 255) = 15.56%

 BLUE value IS 246 (96.48% from 255) = 43.01%

R = 41.43%
G = 15.56%
B = 43.01%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED59F6 (or 0xED59F6) is known color: Pink Flamingo. HEX triplet: ED, 59 and F6. RGB value is (237,89,246). Sum of RGB (Red+Green+Blue) = 237+89+246=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 89 (35.16% from 255 or 15.56% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED59F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED59F6 is #12A609. Grayscale: #969696. Windows color (decimal): -1222154 or 16144877. OLE color: 16144877.

HSL color Cylindrical-coordinate representation of color #ED59F6: hue angle of 296.56º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED59F6 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 89 246 -
CMYK 0.04 0.64 0 0.04
HSL 296.56º 0.9% 0.66% -
HSV(B) 296.56º 0.64% 0.96% -
XYZ 55.13 31.8 90.42 -
YUV 151.15 181.53 189.23 -
System Red Green Blue C M Y K H S L
Decimal 237 89 246 0.04 0.64 0 0.04 296.56 0.9 0.66
Hex ED 59 F6 4 40 0 4 129 5A 42
Octal 355 131 366 4 100 0 4 451 132 102
Binary 11101101 1011001 11110110 100 1000000 0 100 100101001 1011010 1000010

Color Harmonies of #ED59F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED59F6

Black with #ED59F6

Text Example


Text Example

White with #ED59F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED59F6; }

 p { color: rgb(237,89,246); }

 H1.HeaderClassName
 {
   color: #ED59F6;
 }
 .AnyTagClassName
 {
   color: #ED59F6;
 }
</style>

background-color css

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

 a { background-color: rgb(237,89,246); }

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

border-color css

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

 span { border-color: rgb(237,89,246); }

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