Html Css Color HEX #ED50FF Pink Flamingo

📋 copy color: '#ED50FF'

red 237 ◦ green 80 ◦ blue 255

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

Shades of Pink Flamingo #ED50FF

Tints of Pink Flamingo #ED50FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 13.99%

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

R = 41.43%
G = 13.99%
B = 44.58%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED50FF (or 0xED50FF) is known color: Pink Flamingo. HEX triplet: ED, 50 and FF. RGB value is (237,80,255). Sum of RGB (Red+Green+Blue) = 237+80+255=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 80 (31.64% from 255 or 13.99% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED50FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED50FF is #12AF00. Grayscale: #929292. Windows color (decimal): -1224449 or 16732397. OLE color: 16732397.

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

Color convert

RGB 237 80 255 -
CMYK 0.07 0.69 0 0
HSL 293.83º 1% 0.66% -
HSV(B) 293.83º 0.69% 1% -
XYZ 55.84 30.96 97.64 -
YUV 146.89 189.01 192.27 -
System Red Green Blue C M Y K H S L
Decimal 237 80 255 0.07 0.69 0 0 293.83 1 0.66
Hex ED 50 FF 7 45 0 0 126 64 42
Octal 355 120 377 7 105 0 0 446 144 102
Binary 11101101 1010000 11111111 111 1000101 0 0 100100110 1100100 1000010

Color Harmonies of #ED50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED50FF

Black with #ED50FF

Text Example


Text Example

White with #ED50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED50FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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