Html Css Color HEX #ED59FA Pink Flamingo

📋 copy color: '#ED59FA'

red 237 ◦ green 89 ◦ blue 250

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

Shades of Pink Flamingo #ED59FA

Tints of Pink Flamingo #ED59FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 41.15%
G = 15.45%
B = 43.4%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED59FA (or 0xED59FA) is known color: Pink Flamingo. HEX triplet: ED, 59 and FA. RGB value is (237,89,250). Sum of RGB (Red+Green+Blue) = 237+89+250=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 89 (35.16% from 255 or 15.45% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED59FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED59FA is #12A605. Grayscale: #979797. Windows color (decimal): -1222150 or 16407021. OLE color: 16407021.

HSL color Cylindrical-coordinate representation of color #ED59FA: hue angle of 295.16º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED59FA is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 89 250 -
CMYK 0.05 0.64 0 0.02
HSL 295.16º 0.94% 0.66% -
HSV(B) 295.16º 0.64% 0.98% -
XYZ 55.75 32.05 93.69 -
YUV 151.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 237 89 250 0.05 0.64 0 0.02 295.16 0.94 0.66
Hex ED 59 FA 5 40 0 2 127 5E 42
Octal 355 131 372 5 100 0 2 447 136 102
Binary 11101101 1011001 11111010 101 1000000 0 10 100100111 1011110 1000010

Color Harmonies of #ED59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED59FA

Black with #ED59FA

Text Example


Text Example

White with #ED59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED59FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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