Html Css Color HEX #E64DF6 Free Speech Magenta

📋 copy color: '#E64DF6'

red 230 ◦ green 77 ◦ blue 246

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

Shades of Free Speech Magenta #E64DF6

Tints of Free Speech Magenta #E64DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.48%

R = 41.59%
G = 13.92%
B = 44.48%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E64DF6 (or 0xE64DF6) is known color: Free Speech Magenta. HEX triplet: E6, 4D and F6. RGB value is (230,77,246). Sum of RGB (Red+Green+Blue) = 230+77+246=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 77 (30.47% from 255 or 13.92% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #E64DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64DF6 is #19B209. Grayscale: #8D8D8D. Windows color (decimal): -1683978 or 16141798. OLE color: 16141798.

HSL color Cylindrical-coordinate representation of color #E64DF6: hue angle of 294.32º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64DF6 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 77 246 -
CMYK 0.07 0.69 0 0.04
HSL 294.32º 0.9% 0.63% -
HSV(B) 294.32º 0.69% 0.96% -
XYZ 51.92 28.78 90.01 -
YUV 142.01 186.69 190.76 -
System Red Green Blue C M Y K H S L
Decimal 230 77 246 0.07 0.69 0 0.04 294.32 0.9 0.63
Hex E6 4D F6 7 45 0 4 126 5A 3F
Octal 346 115 366 7 105 0 4 446 132 77
Binary 11100110 1001101 11110110 111 1000101 0 100 100100110 1011010 111111

Color Harmonies of #E64DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64DF6

Black with #E64DF6

Text Example


Text Example

White with #E64DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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