Html Css Color HEX #E64DEE Free Speech Magenta

📋 copy color: '#E64DEE'

red 230 ◦ green 77 ◦ blue 238

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

Shades of Free Speech Magenta #E64DEE

Tints of Free Speech Magenta #E64DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 42.2%
G = 14.13%
B = 43.67%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E64DEE (or 0xE64DEE) is known color: Free Speech Magenta. HEX triplet: E6, 4D and EE. RGB value is (230,77,238). Sum of RGB (Red+Green+Blue) = 230+77+238=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 77 (30.47% from 255 or 14.13% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #E64DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64DEE is #19B211. Grayscale: #8C8C8C. Windows color (decimal): -1683986 or 15617510. OLE color: 15617510.

HSL color Cylindrical-coordinate representation of color #E64DEE: hue angle of 297.02º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64DEE is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 77 238 -
CMYK 0.03 0.68 0 0.07
HSL 297.02º 0.83% 0.62% -
HSV(B) 297.02º 0.68% 0.93% -
XYZ 50.72 28.3 83.68 -
YUV 141.1 182.69 191.41 -
System Red Green Blue C M Y K H S L
Decimal 230 77 238 0.03 0.68 0 0.07 297.02 0.83 0.62
Hex E6 4D EE 3 44 0 7 129 53 3E
Octal 346 115 356 3 104 0 7 451 123 76
Binary 11100110 1001101 11101110 11 1000100 0 111 100101001 1010011 111110

Color Harmonies of #E64DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64DEE

Black with #E64DEE

Text Example


Text Example

White with #E64DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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