Html Css Color HEX #ED58FC Pink Flamingo

📋 copy color: '#ED58FC'

red 237 ◦ green 88 ◦ blue 252

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

Shades of Pink Flamingo #ED58FC

Tints of Pink Flamingo #ED58FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.67%

R = 41.07%
G = 15.25%
B = 43.67%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED58FC (or 0xED58FC) is known color: Pink Flamingo. HEX triplet: ED, 58 and FC. RGB value is (237,88,252). Sum of RGB (Red+Green+Blue) = 237+88+252=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 88 (34.77% from 255 or 15.25% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED58FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED58FC is #12A703. Grayscale: #969696. Windows color (decimal): -1222404 or 16537837. OLE color: 16537837.

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

Color convert

RGB 237 88 252 -
CMYK 0.06 0.65 0 0.01
HSL 294.51º 0.96% 0.67% -
HSV(B) 294.51º 0.65% 0.99% -
XYZ 55.99 32.01 95.32 -
YUV 151.25 184.86 189.16 -
System Red Green Blue C M Y K H S L
Decimal 237 88 252 0.06 0.65 0 0.01 294.51 0.96 0.67
Hex ED 58 FC 6 41 0 1 127 60 43
Octal 355 130 374 6 101 0 1 447 140 103
Binary 11101101 1011000 11111100 110 1000001 0 1 100100111 1100000 1000011

Color Harmonies of #ED58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED58FC

Black with #ED58FC

Text Example


Text Example

White with #ED58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED58FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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