Html Css Color HEX #ED55F6 Pink Flamingo

📋 copy color: '#ED55F6'

red 237 ◦ green 85 ◦ blue 246

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

Shades of Pink Flamingo #ED55F6

Tints of Pink Flamingo #ED55F6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.96%

 BLUE value IS 246 (96.48% from 255) = 43.31%

R = 41.73%
G = 14.96%
B = 43.31%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED55F6 (or 0xED55F6) is known color: Pink Flamingo. HEX triplet: ED, 55 and F6. RGB value is (237,85,246). Sum of RGB (Red+Green+Blue) = 237+85+246=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 85 (33.59% from 255 or 14.96% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED55F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED55F6 is #12AA09. Grayscale: #949494. Windows color (decimal): -1223178 or 16143853. OLE color: 16143853.

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

Color convert

RGB 237 85 246 -
CMYK 0.04 0.65 0 0.04
HSL 296.65º 0.9% 0.65% -
HSV(B) 296.65º 0.65% 0.96% -
XYZ 54.81 31.16 90.31 -
YUV 148.8 182.86 190.91 -
System Red Green Blue C M Y K H S L
Decimal 237 85 246 0.04 0.65 0 0.04 296.65 0.9 0.65
Hex ED 55 F6 4 41 0 4 129 5A 41
Octal 355 125 366 4 101 0 4 451 132 101
Binary 11101101 1010101 11110110 100 1000001 0 100 100101001 1011010 1000001

Color Harmonies of #ED55F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED55F6

Black with #ED55F6

Text Example


Text Example

White with #ED55F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED55F6; }

 p { color: rgb(237,85,246); }

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

background-color css

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

 a { background-color: rgb(237,85,246); }

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

border-color css

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

 span { border-color: rgb(237,85,246); }

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