Html Css Color HEX #ED51FB Pink Flamingo

📋 copy color: '#ED51FB'

red 237 ◦ green 81 ◦ blue 251

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

Shades of Pink Flamingo #ED51FB

Tints of Pink Flamingo #ED51FB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.24%

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

R = 41.65%
G = 14.24%
B = 44.11%

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

#ED51FB (or 0xED51FB) is known color: Pink Flamingo. HEX triplet: ED, 51 and FB. RGB value is (237,81,251). Sum of RGB (Red+Green+Blue) = 237+81+251=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 81 (32.03% from 255 or 14.24% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED51FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED51FB is #12AE04. Grayscale: #929292. Windows color (decimal): -1224197 or 16470509. OLE color: 16470509.

HSL color Cylindrical-coordinate representation of color #ED51FB: hue angle of 295.06º 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 #ED51FB is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 81 251 -
CMYK 0.06 0.68 0 0.02
HSL 295.06º 0.96% 0.65% -
HSV(B) 295.06º 0.68% 0.98% -
XYZ 55.28 30.85 94.31 -
YUV 147.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 237 81 251 0.06 0.68 0 0.02 295.06 0.96 0.65
Hex ED 51 FB 6 44 0 2 127 60 41
Octal 355 121 373 6 104 0 2 447 140 101
Binary 11101101 1010001 11111011 110 1000100 0 10 100100111 1100000 1000001

Color Harmonies of #ED51FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED51FB

Black with #ED51FB

Text Example


Text Example

White with #ED51FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED51FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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