Html Css Color HEX #ED50FD Pink Flamingo

📋 copy color: '#ED50FD'

red 237 ◦ green 80 ◦ blue 253

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

Shades of Pink Flamingo #ED50FD

Tints of Pink Flamingo #ED50FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.39%

R = 41.58%
G = 14.04%
B = 44.39%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED50FD (or 0xED50FD) is known color: Pink Flamingo. HEX triplet: ED, 50 and FD. RGB value is (237,80,253). Sum of RGB (Red+Green+Blue) = 237+80+253=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 80 (31.64% from 255 or 14.04% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED50FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED50FD is #12AF02. Grayscale: #929292. Windows color (decimal): -1224451 or 16601325. OLE color: 16601325.

HSL color Cylindrical-coordinate representation of color #ED50FD: hue angle of 294.45º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED50FD is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 80 253 -
CMYK 0.06 0.68 0 0.01
HSL 294.45º 0.98% 0.65% -
HSV(B) 294.45º 0.68% 0.99% -
XYZ 55.52 30.83 95.95 -
YUV 146.67 188.01 192.43 -
System Red Green Blue C M Y K H S L
Decimal 237 80 253 0.06 0.68 0 0.01 294.45 0.98 0.65
Hex ED 50 FD 6 44 0 1 126 62 41
Octal 355 120 375 6 104 0 1 446 142 101
Binary 11101101 1010000 11111101 110 1000100 0 1 100100110 1100010 1000001

Color Harmonies of #ED50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED50FD

Black with #ED50FD

Text Example


Text Example

White with #ED50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED50FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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