Html Css Color HEX #ED64FA Pink Flamingo

📋 copy color: '#ED64FA'

red 237 ◦ green 100 ◦ blue 250

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

Shades of Pink Flamingo #ED64FA

Tints of Pink Flamingo #ED64FA

RGB

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

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

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

R = 40.37%
G = 17.04%
B = 42.59%

CMYK

 C value IS 0.05

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED64FA (or 0xED64FA) is known color: Pink Flamingo. HEX triplet: ED, 64 and FA. RGB value is (237,100,250). Sum of RGB (Red+Green+Blue) = 237+100+250=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 100 (39.45% from 255 or 17.04% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED64FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED64FA is #129B05. Grayscale: #9D9D9D. Windows color (decimal): -1219334 or 16409837. OLE color: 16409837.

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

Color convert

RGB 237 100 250 -
CMYK 0.05 0.6 0 0.02
HSL 294.8º 0.94% 0.69% -
HSV(B) 294.8º 0.6% 0.98% -
XYZ 56.74 34.02 94.02 -
YUV 158.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 237 100 250 0.05 0.6 0 0.02 294.8 0.94 0.69
Hex ED 64 FA 5 3C 0 2 127 5E 45
Octal 355 144 372 5 74 0 2 447 136 105
Binary 11101101 1100100 11111010 101 111100 0 10 100100111 1011110 1000101

Color Harmonies of #ED64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED64FA

Black with #ED64FA

Text Example


Text Example

White with #ED64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED64FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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