Html Css Color HEX #ED59FE Pink Flamingo

📋 copy color: '#ED59FE'

red 237 ◦ green 89 ◦ blue 254

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

Shades of Pink Flamingo #ED59FE

Tints of Pink Flamingo #ED59FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 40.86%
G = 15.34%
B = 43.79%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED59FE (or 0xED59FE) is known color: Pink Flamingo. HEX triplet: ED, 59 and FE. RGB value is (237,89,254). Sum of RGB (Red+Green+Blue) = 237+89+254=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 89 (35.16% from 255 or 15.34% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED59FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED59FE is #12A601. Grayscale: #979797. Windows color (decimal): -1222146 or 16669165. OLE color: 16669165.

HSL color Cylindrical-coordinate representation of color #ED59FE: hue angle of 293.82º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED59FE is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 89 254 -
CMYK 0.07 0.65 0 0.00
HSL 293.82º 0.99% 0.67% -
HSV(B) 293.82º 0.65% 1% -
XYZ 56.39 32.31 97.03 -
YUV 152.06 185.53 188.58 -
System Red Green Blue C M Y K H S L
Decimal 237 89 254 0.07 0.65 0 0.00 293.82 0.99 0.67
Hex ED 59 FE 7 41 0 0 126 63 43
Octal 355 131 376 7 101 0 0 446 143 103
Binary 11101101 1011001 11111110 111 1000001 0 0 100100110 1100011 1000011

Color Harmonies of #ED59FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED59FE

Black with #ED59FE

Text Example


Text Example

White with #ED59FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED59FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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