Html Css Color HEX #ED55FA Pink Flamingo

📋 copy color: '#ED55FA'

red 237 ◦ green 85 ◦ blue 250

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

Shades of Pink Flamingo #ED55FA

Tints of Pink Flamingo #ED55FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 41.43%
G = 14.86%
B = 43.71%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED55FA (or 0xED55FA) is known color: Pink Flamingo. HEX triplet: ED, 55 and FA. RGB value is (237,85,250). Sum of RGB (Red+Green+Blue) = 237+85+250=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 85 (33.59% from 255 or 14.86% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED55FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED55FA is #12AA05. Grayscale: #949494. Windows color (decimal): -1223174 or 16405997. OLE color: 16405997.

HSL color Cylindrical-coordinate representation of color #ED55FA: hue angle of 295.27º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED55FA is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 85 250 -
CMYK 0.05 0.66 0 0.02
HSL 295.27º 0.94% 0.66% -
HSV(B) 295.27º 0.66% 0.98% -
XYZ 55.43 31.4 93.58 -
YUV 149.26 184.86 190.58 -
System Red Green Blue C M Y K H S L
Decimal 237 85 250 0.05 0.66 0 0.02 295.27 0.94 0.66
Hex ED 55 FA 5 42 0 2 127 5E 42
Octal 355 125 372 5 102 0 2 447 136 102
Binary 11101101 1010101 11111010 101 1000010 0 10 100100111 1011110 1000010

Color Harmonies of #ED55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED55FA

Black with #ED55FA

Text Example


Text Example

White with #ED55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED55FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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