Html Css Color HEX #ED55FF Pink Flamingo

📋 copy color: '#ED55FF'

red 237 ◦ green 85 ◦ blue 255

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

Shades of Pink Flamingo #ED55FF

Tints of Pink Flamingo #ED55FF

RGB

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

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

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

R = 41.07%
G = 14.73%
B = 44.19%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED55FF (or 0xED55FF) is known color: Pink Flamingo. HEX triplet: ED, 55 and FF. RGB value is (237,85,255). Sum of RGB (Red+Green+Blue) = 237+85+255=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 85 (33.59% from 255 or 14.73% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED55FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED55FF is #12AA00. Grayscale: #959595. Windows color (decimal): -1223169 or 16733677. OLE color: 16733677.

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

Color convert

RGB 237 85 255 -
CMYK 0.07 0.67 0 0
HSL 293.65º 1% 0.67% -
HSV(B) 293.65º 0.67% 1% -
XYZ 56.22 31.72 97.77 -
YUV 149.83 187.36 190.18 -
System Red Green Blue C M Y K H S L
Decimal 237 85 255 0.07 0.67 0 0 293.65 1 0.67
Hex ED 55 FF 7 43 0 0 126 64 43
Octal 355 125 377 7 103 0 0 446 144 103
Binary 11101101 1010101 11111111 111 1000011 0 0 100100110 1100100 1000011

Color Harmonies of #ED55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED55FF

Black with #ED55FF

Text Example


Text Example

White with #ED55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED55FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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