Html Css Color HEX #ED57FF Pink Flamingo

📋 copy color: '#ED57FF'

red 237 ◦ green 87 ◦ blue 255

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

Shades of Pink Flamingo #ED57FF

Tints of Pink Flamingo #ED57FF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.03%

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

R = 40.93%
G = 15.03%
B = 44.04%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED57FF (or 0xED57FF) is known color: Pink Flamingo. HEX triplet: ED, 57 and FF. RGB value is (237,87,255). Sum of RGB (Red+Green+Blue) = 237+87+255=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 87 (34.38% from 255 or 15.03% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED57FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED57FF is #12A800. Grayscale: #969696. Windows color (decimal): -1222657 or 16734189. OLE color: 16734189.

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

Color convert

RGB 237 87 255 -
CMYK 0.07 0.66 0 0
HSL 293.57º 1% 0.67% -
HSV(B) 293.57º 0.66% 1% -
XYZ 56.38 32.04 97.82 -
YUV 151 186.7 189.34 -
System Red Green Blue C M Y K H S L
Decimal 237 87 255 0.07 0.66 0 0 293.57 1 0.67
Hex ED 57 FF 7 42 0 0 126 64 43
Octal 355 127 377 7 102 0 0 446 144 103
Binary 11101101 1010111 11111111 111 1000010 0 0 100100110 1100100 1000011

Color Harmonies of #ED57FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED57FF

Black with #ED57FF

Text Example


Text Example

White with #ED57FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED57FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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