Html Css Color HEX #ED51FD Pink Flamingo

📋 copy color: '#ED51FD'

red 237 ◦ green 81 ◦ blue 253

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

Shades of Pink Flamingo #ED51FD

Tints of Pink Flamingo #ED51FD

RGB

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

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

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

R = 41.51%
G = 14.19%
B = 44.31%

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

#ED51FD (or 0xED51FD) is known color: Pink Flamingo. HEX triplet: ED, 51 and FD. RGB value is (237,81,253). Sum of RGB (Red+Green+Blue) = 237+81+253=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 81 (32.03% from 255 or 14.19% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED51FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED51FD is #12AE02. Grayscale: #929292. Windows color (decimal): -1224195 or 16601581. OLE color: 16601581.

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

Color convert

RGB 237 81 253 -
CMYK 0.06 0.68 0 0.01
HSL 294.42º 0.98% 0.65% -
HSV(B) 294.42º 0.68% 0.99% -
XYZ 55.6 30.98 95.98 -
YUV 147.25 187.68 192.01 -
System Red Green Blue C M Y K H S L
Decimal 237 81 253 0.06 0.68 0 0.01 294.42 0.98 0.65
Hex ED 51 FD 6 44 0 1 126 62 41
Octal 355 121 375 6 104 0 1 446 142 101
Binary 11101101 1010001 11111101 110 1000100 0 1 100100110 1100010 1000001

Color Harmonies of #ED51FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED51FD

Black with #ED51FD

Text Example


Text Example

White with #ED51FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED51FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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