Html Css Color HEX #ED51FA Pink Flamingo

📋 copy color: '#ED51FA'

red 237 ◦ green 81 ◦ blue 250

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

Shades of Pink Flamingo #ED51FA

Tints of Pink Flamingo #ED51FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.01%

R = 41.73%
G = 14.26%
B = 44.01%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED51FA (or 0xED51FA) is known color: Pink Flamingo. HEX triplet: ED, 51 and FA. RGB value is (237,81,250). Sum of RGB (Red+Green+Blue) = 237+81+250=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 81 (32.03% from 255 or 14.26% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED51FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED51FA is #12AE05. Grayscale: #929292. Windows color (decimal): -1224198 or 16404973. OLE color: 16404973.

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

Color convert

RGB 237 81 250 -
CMYK 0.05 0.68 0 0.02
HSL 295.38º 0.94% 0.65% -
HSV(B) 295.38º 0.68% 0.98% -
XYZ 55.12 30.79 93.48 -
YUV 146.91 186.18 192.26 -
System Red Green Blue C M Y K H S L
Decimal 237 81 250 0.05 0.68 0 0.02 295.38 0.94 0.65
Hex ED 51 FA 5 44 0 2 127 5E 41
Octal 355 121 372 5 104 0 2 447 136 101
Binary 11101101 1010001 11111010 101 1000100 0 10 100100111 1011110 1000001

Color Harmonies of #ED51FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED51FA

Black with #ED51FA

Text Example


Text Example

White with #ED51FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED51FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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