Html Css Color HEX #ED57F2 Pink Flamingo

📋 copy color: '#ED57F2'

red 237 ◦ green 87 ◦ blue 242

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

Shades of Pink Flamingo #ED57F2

Tints of Pink Flamingo #ED57F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.76%

R = 41.87%
G = 15.37%
B = 42.76%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED57F2 (or 0xED57F2) is known color: Pink Flamingo. HEX triplet: ED, 57 and F2. RGB value is (237,87,242). Sum of RGB (Red+Green+Blue) = 237+87+242=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 87 (34.38% from 255 or 15.37% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED57F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED57F2 is #12A80D. Grayscale: #959595. Windows color (decimal): -1222670 or 15882221. OLE color: 15882221.

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

Color convert

RGB 237 87 242 -
CMYK 0.02 0.64 0 0.05
HSL 298.06º 0.86% 0.65% -
HSV(B) 298.06º 0.64% 0.95% -
XYZ 54.36 31.23 87.17 -
YUV 149.52 180.2 190.4 -
System Red Green Blue C M Y K H S L
Decimal 237 87 242 0.02 0.64 0 0.05 298.06 0.86 0.65
Hex ED 57 F2 2 40 0 5 12A 56 41
Octal 355 127 362 2 100 0 5 452 126 101
Binary 11101101 1010111 11110010 10 1000000 0 101 100101010 1010110 1000001

Color Harmonies of #ED57F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED57F2

Black with #ED57F2

Text Example


Text Example

White with #ED57F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED57F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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