Html Css Color HEX #ED50FB Pink Flamingo

📋 copy color: '#ED50FB'

red 237 ◦ green 80 ◦ blue 251

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

Shades of Pink Flamingo #ED50FB

Tints of Pink Flamingo #ED50FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.19%

R = 41.73%
G = 14.08%
B = 44.19%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED50FB (or 0xED50FB) is known color: Pink Flamingo. HEX triplet: ED, 50 and FB. RGB value is (237,80,251). Sum of RGB (Red+Green+Blue) = 237+80+251=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 80 (31.64% from 255 or 14.08% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED50FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED50FB is #12AF04. Grayscale: #919191. Windows color (decimal): -1224453 or 16470253. OLE color: 16470253.

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

Color convert

RGB 237 80 251 -
CMYK 0.06 0.68 0 0.02
HSL 295.09º 0.96% 0.65% -
HSV(B) 295.09º 0.68% 0.98% -
XYZ 55.21 30.71 94.28 -
YUV 146.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 237 80 251 0.06 0.68 0 0.02 295.09 0.96 0.65
Hex ED 50 FB 6 44 0 2 127 60 41
Octal 355 120 373 6 104 0 2 447 140 101
Binary 11101101 1010000 11111011 110 1000100 0 10 100100111 1100000 1000001

Color Harmonies of #ED50FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED50FB

Black with #ED50FB

Text Example


Text Example

White with #ED50FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED50FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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