Html Css Color HEX #E64DFC Pink Flamingo

📋 copy color: '#E64DFC'

red 230 ◦ green 77 ◦ blue 252

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

Shades of Pink Flamingo #E64DFC

Tints of Pink Flamingo #E64DFC

RGB

 RED value IS 230 (90.23% from 255) = 41.14%

 GREEN value IS 77 (30.47% from 255) = 13.77%

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

R = 41.14%
G = 13.77%
B = 45.08%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E64DFC (or 0xE64DFC) is known color: Pink Flamingo. HEX triplet: E6, 4D and FC. RGB value is (230,77,252). Sum of RGB (Red+Green+Blue) = 230+77+252=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 77 (30.47% from 255 or 13.77% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #E64DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64DFC is #19B203. Grayscale: #8E8E8E. Windows color (decimal): -1683972 or 16535014. OLE color: 16535014.

HSL color Cylindrical-coordinate representation of color #E64DFC: hue angle of 292.46º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64DFC is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 77 252 -
CMYK 0.09 0.69 0 0.01
HSL 292.46º 0.97% 0.65% -
HSV(B) 292.46º 0.69% 0.99% -
XYZ 52.86 29.16 94.94 -
YUV 142.7 189.69 190.27 -
System Red Green Blue C M Y K H S L
Decimal 230 77 252 0.09 0.69 0 0.01 292.46 0.97 0.65
Hex E6 4D FC 9 45 0 1 124 61 41
Octal 346 115 374 11 105 0 1 444 141 101
Binary 11100110 1001101 11111100 1001 1000101 0 1 100100100 1100001 1000001

Color Harmonies of #E64DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64DFC

Black with #E64DFC

Text Example


Text Example

White with #E64DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64DFC; }

 p { color: rgb(230,77,252); }

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

background-color css

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

 a { background-color: rgb(230,77,252); }

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

border-color css

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

 span { border-color: rgb(230,77,252); }

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