Html Css Color HEX #ED58FF Pink Flamingo

📋 copy color: '#ED58FF'

red 237 ◦ green 88 ◦ blue 255

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

Shades of Pink Flamingo #ED58FF

Tints of Pink Flamingo #ED58FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.97%

R = 40.86%
G = 15.17%
B = 43.97%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED58FF (or 0xED58FF) is known color: Pink Flamingo. HEX triplet: ED, 58 and FF. RGB value is (237,88,255). Sum of RGB (Red+Green+Blue) = 237+88+255=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 88 (34.77% from 255 or 15.17% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED58FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED58FF is #12A700. Grayscale: #979797. Windows color (decimal): -1222401 or 16734445. OLE color: 16734445.

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

Color convert

RGB 237 88 255 -
CMYK 0.07 0.65 0 0
HSL 293.53º 1% 0.67% -
HSV(B) 293.53º 0.65% 1% -
XYZ 56.46 32.2 97.85 -
YUV 151.59 186.36 188.92 -
System Red Green Blue C M Y K H S L
Decimal 237 88 255 0.07 0.65 0 0 293.53 1 0.67
Hex ED 58 FF 7 41 0 0 126 64 43
Octal 355 130 377 7 101 0 0 446 144 103
Binary 11101101 1011000 11111111 111 1000001 0 0 100100110 1100100 1000011

Color Harmonies of #ED58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED58FF

Black with #ED58FF

Text Example


Text Example

White with #ED58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED58FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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