Html Css Color HEX #ED64F9 Pink Flamingo

📋 copy color: '#ED64F9'

red 237 ◦ green 100 ◦ blue 249

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

Shades of Pink Flamingo #ED64F9

Tints of Pink Flamingo #ED64F9

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.06%

 BLUE value IS 249 (97.66% from 255) = 42.49%

R = 40.44%
G = 17.06%
B = 42.49%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED64F9 (or 0xED64F9) is known color: Pink Flamingo. HEX triplet: ED, 64 and F9. RGB value is (237,100,249). Sum of RGB (Red+Green+Blue) = 237+100+249=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 100 (39.45% from 255 or 17.06% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED64F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED64F9 is #129B06. Grayscale: #9D9D9D. Windows color (decimal): -1219335 or 16344301. OLE color: 16344301.

HSL color Cylindrical-coordinate representation of color #ED64F9: hue angle of 295.17º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED64F9 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 100 249 -
CMYK 0.05 0.60 0 0.02
HSL 295.17º 0.93% 0.68% -
HSV(B) 295.17º 0.6% 0.98% -
XYZ 56.58 33.96 93.2 -
YUV 157.95 179.39 184.38 -
System Red Green Blue C M Y K H S L
Decimal 237 100 249 0.05 0.60 0 0.02 295.17 0.93 0.68
Hex ED 64 F9 5 3C 0 2 127 5D 44
Octal 355 144 371 5 74 0 2 447 135 104
Binary 11101101 1100100 11111001 101 111100 0 10 100100111 1011101 1000100

Color Harmonies of #ED64F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED64F9

Black with #ED64F9

Text Example


Text Example

White with #ED64F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED64F9; }

 p { color: rgb(237,100,249); }

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

background-color css

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

 a { background-color: rgb(237,100,249); }

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

border-color css

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

 span { border-color: rgb(237,100,249); }

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