Html Css Color HEX #ED64EF Pink Flamingo

📋 copy color: '#ED64EF'

red 237 ◦ green 100 ◦ blue 239

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

Shades of Pink Flamingo #ED64EF

Tints of Pink Flamingo #ED64EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.49%

R = 41.15%
G = 17.36%
B = 41.49%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED64EF (or 0xED64EF) is known color: Pink Flamingo. HEX triplet: ED, 64 and EF. RGB value is (237,100,239). Sum of RGB (Red+Green+Blue) = 237+100+239=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 100 (39.45% from 255 or 17.36% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED64EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED64EF is #129B10. Grayscale: #9C9C9C. Windows color (decimal): -1219345 or 15688941. OLE color: 15688941.

HSL color Cylindrical-coordinate representation of color #ED64EF: hue angle of 299.14º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED64EF is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 100 239 -
CMYK 0.01 0.58 0 0.06
HSL 299.14º 0.81% 0.66% -
HSV(B) 299.14º 0.58% 0.94% -
XYZ 55.06 33.35 85.2 -
YUV 156.81 174.39 185.2 -
System Red Green Blue C M Y K H S L
Decimal 237 100 239 0.01 0.58 0 0.06 299.14 0.81 0.66
Hex ED 64 EF 1 3A 0 6 12B 51 42
Octal 355 144 357 1 72 0 6 453 121 102
Binary 11101101 1100100 11101111 1 111010 0 110 100101011 1010001 1000010

Color Harmonies of #ED64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED64EF

Black with #ED64EF

Text Example


Text Example

White with #ED64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED64EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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