Html Css Color HEX #ED58F9 Pink Flamingo

📋 copy color: '#ED58F9'

red 237 ◦ green 88 ◦ blue 249

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

Shades of Pink Flamingo #ED58F9

Tints of Pink Flamingo #ED58F9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.33%

 BLUE value IS 249 (97.66% from 255) = 43.38%

R = 41.29%
G = 15.33%
B = 43.38%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED58F9 (or 0xED58F9) is known color: Pink Flamingo. HEX triplet: ED, 58 and F9. RGB value is (237,88,249). Sum of RGB (Red+Green+Blue) = 237+88+249=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 88 (34.77% from 255 or 15.33% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED58F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED58F9 is #12A706. Grayscale: #969696. Windows color (decimal): -1222407 or 16341229. OLE color: 16341229.

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

Color convert

RGB 237 88 249 -
CMYK 0.05 0.65 0 0.02
HSL 295.53º 0.93% 0.66% -
HSV(B) 295.53º 0.65% 0.98% -
XYZ 55.51 31.82 92.84 -
YUV 150.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 237 88 249 0.05 0.65 0 0.02 295.53 0.93 0.66
Hex ED 58 F9 5 41 0 2 128 5D 42
Octal 355 130 371 5 101 0 2 450 135 102
Binary 11101101 1011000 11111001 101 1000001 0 10 100101000 1011101 1000010

Color Harmonies of #ED58F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED58F9

Black with #ED58F9

Text Example


Text Example

White with #ED58F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED58F9; }

 p { color: rgb(237,88,249); }

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

background-color css

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

 a { background-color: rgb(237,88,249); }

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

border-color css

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

 span { border-color: rgb(237,88,249); }

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