Html Css Color HEX #E64DF5 Free Speech Magenta

📋 copy color: '#E64DF5'

red 230 ◦ green 77 ◦ blue 245

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

Shades of Free Speech Magenta #E64DF5

Tints of Free Speech Magenta #E64DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 44.38%

R = 41.67%
G = 13.95%
B = 44.38%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E64DF5 (or 0xE64DF5) is known color: Free Speech Magenta. HEX triplet: E6, 4D and F5. RGB value is (230,77,245). Sum of RGB (Red+Green+Blue) = 230+77+245=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 77 (30.47% from 255 or 13.95% from 552); Blue value is 245 (96.09% from 255 or 44.38% from 552); Max value from RGB is 245 - color contains mainly: blue. Hex color #E64DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64DF5 is #19B20A. Grayscale: #8D8D8D. Windows color (decimal): -1683979 or 16076262. OLE color: 16076262.

HSL color Cylindrical-coordinate representation of color #E64DF5: hue angle of 294.64º degrees, saturation: 0.89, 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 #E64DF5 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 77 245 -
CMYK 0.06 0.69 0 0.04
HSL 294.64º 0.89% 0.63% -
HSV(B) 294.64º 0.69% 0.96% -
XYZ 51.77 28.72 89.2 -
YUV 141.9 186.19 190.84 -
System Red Green Blue C M Y K H S L
Decimal 230 77 245 0.06 0.69 0 0.04 294.64 0.89 0.63
Hex E6 4D F5 6 45 0 4 127 59 3F
Octal 346 115 365 6 105 0 4 447 131 77
Binary 11100110 1001101 11110101 110 1000101 0 100 100100111 1011001 111111

Color Harmonies of #E64DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64DF5

Black with #E64DF5

Text Example


Text Example

White with #E64DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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