Html Css Color HEX #ED51FE Pink Flamingo

📋 copy color: '#ED51FE'

red 237 ◦ green 81 ◦ blue 254

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

Shades of Pink Flamingo #ED51FE

Tints of Pink Flamingo #ED51FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 41.43%
G = 14.16%
B = 44.41%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED51FE (or 0xED51FE) is known color: Pink Flamingo. HEX triplet: ED, 51 and FE. RGB value is (237,81,254). Sum of RGB (Red+Green+Blue) = 237+81+254=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 81 (32.03% from 255 or 14.16% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED51FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED51FE is #12AE01. Grayscale: #929292. Windows color (decimal): -1224194 or 16667117. OLE color: 16667117.

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

Color convert

RGB 237 81 254 -
CMYK 0.07 0.68 0 0.00
HSL 294.1º 0.99% 0.66% -
HSV(B) 294.1º 0.68% 1% -
XYZ 55.76 31.05 96.82 -
YUV 147.37 188.18 191.93 -
System Red Green Blue C M Y K H S L
Decimal 237 81 254 0.07 0.68 0 0.00 294.1 0.99 0.66
Hex ED 51 FE 7 44 0 0 126 63 42
Octal 355 121 376 7 104 0 0 446 143 102
Binary 11101101 1010001 11111110 111 1000100 0 0 100100110 1100011 1000010

Color Harmonies of #ED51FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED51FE

Black with #ED51FE

Text Example


Text Example

White with #ED51FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED51FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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