Html Css Color HEX #ED57F7 Pink Flamingo

📋 copy color: '#ED57F7'

red 237 ◦ green 87 ◦ blue 247

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

Shades of Pink Flamingo #ED57F7

Tints of Pink Flamingo #ED57F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.26%

R = 41.51%
G = 15.24%
B = 43.26%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ED57F7 (or 0xED57F7) is known color: Pink Flamingo. HEX triplet: ED, 57 and F7. RGB value is (237,87,247). Sum of RGB (Red+Green+Blue) = 237+87+247=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 87 (34.38% from 255 or 15.24% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED57F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED57F7 is #12A808. Grayscale: #959595. Windows color (decimal): -1222665 or 16209901. OLE color: 16209901.

HSL color Cylindrical-coordinate representation of color #ED57F7: hue angle of 296.25º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED57F7 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 87 247 -
CMYK 0.04 0.65 0 0.03
HSL 296.25º 0.91% 0.65% -
HSV(B) 296.25º 0.65% 0.97% -
XYZ 55.12 31.54 91.18 -
YUV 150.09 182.7 189.99 -
System Red Green Blue C M Y K H S L
Decimal 237 87 247 0.04 0.65 0 0.03 296.25 0.91 0.65
Hex ED 57 F7 4 41 0 3 128 5B 41
Octal 355 127 367 4 101 0 3 450 133 101
Binary 11101101 1010111 11110111 100 1000001 0 11 100101000 1011011 1000001

Color Harmonies of #ED57F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED57F7

Black with #ED57F7

Text Example


Text Example

White with #ED57F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED57F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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