Html Css Color HEX #ED55FE Pink Flamingo

📋 copy color: '#ED55FE'

red 237 ◦ green 85 ◦ blue 254

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

Shades of Pink Flamingo #ED55FE

Tints of Pink Flamingo #ED55FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 41.15%
G = 14.76%
B = 44.1%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED55FE (or 0xED55FE) is known color: Pink Flamingo. HEX triplet: ED, 55 and FE. RGB value is (237,85,254). Sum of RGB (Red+Green+Blue) = 237+85+254=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 85 (33.59% from 255 or 14.76% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED55FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED55FE is #12AA01. Grayscale: #959595. Windows color (decimal): -1223170 or 16668141. OLE color: 16668141.

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

Color convert

RGB 237 85 254 -
CMYK 0.07 0.67 0 0.00
HSL 293.96º 0.99% 0.66% -
HSV(B) 293.96º 0.67% 1% -
XYZ 56.06 31.66 96.92 -
YUV 149.71 186.86 190.26 -
System Red Green Blue C M Y K H S L
Decimal 237 85 254 0.07 0.67 0 0.00 293.96 0.99 0.66
Hex ED 55 FE 7 43 0 0 126 63 42
Octal 355 125 376 7 103 0 0 446 143 102
Binary 11101101 1010101 11111110 111 1000011 0 0 100100110 1100011 1000010

Color Harmonies of #ED55FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED55FE

Black with #ED55FE

Text Example


Text Example

White with #ED55FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED55FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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