Html Css Color HEX #ED64FC Pink Flamingo

📋 copy color: '#ED64FC'

red 237 ◦ green 100 ◦ blue 252

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

Shades of Pink Flamingo #ED64FC

Tints of Pink Flamingo #ED64FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.78%

R = 40.24%
G = 16.98%
B = 42.78%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED64FC (or 0xED64FC) is known color: Pink Flamingo. HEX triplet: ED, 64 and FC. RGB value is (237,100,252). Sum of RGB (Red+Green+Blue) = 237+100+252=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 100 (39.45% from 255 or 16.98% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED64FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED64FC is #129B03. Grayscale: #9D9D9D. Windows color (decimal): -1219332 or 16540909. OLE color: 16540909.

HSL color Cylindrical-coordinate representation of color #ED64FC: hue angle of 294.08º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED64FC is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 100 252 -
CMYK 0.06 0.60 0 0.01
HSL 294.08º 0.96% 0.69% -
HSV(B) 294.08º 0.6% 0.99% -
XYZ 57.05 34.15 95.68 -
YUV 158.29 180.89 184.14 -
System Red Green Blue C M Y K H S L
Decimal 237 100 252 0.06 0.60 0 0.01 294.08 0.96 0.69
Hex ED 64 FC 6 3C 0 1 126 60 45
Octal 355 144 374 6 74 0 1 446 140 105
Binary 11101101 1100100 11111100 110 111100 0 1 100100110 1100000 1000101

Color Harmonies of #ED64FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED64FC

Black with #ED64FC

Text Example


Text Example

White with #ED64FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED64FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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