Html Css Color HEX #E65EE6 Free Speech Magenta

📋 copy color: '#E65EE6'

red 230 ◦ green 94 ◦ blue 230

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

Shades of Free Speech Magenta #E65EE6

Tints of Free Speech Magenta #E65EE6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.97%

 BLUE value IS 230 (90.23% from 255) = 41.52%

R = 41.52%
G = 16.97%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E65EE6 (or 0xE65EE6) is known color: Free Speech Magenta. HEX triplet: E6, 5E and E6. RGB value is (230,94,230). Sum of RGB (Red+Green+Blue) = 230+94+230=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 94 (37.11% from 255 or 16.97% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E65EE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65EE6 is #19A119. Grayscale: #959595. Windows color (decimal): -1679642 or 15097574. OLE color: 15097574.

HSL color Cylindrical-coordinate representation of color #E65EE6: hue angle of 300º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65EE6 is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 94 230 -
CMYK 0 0.59 0 0.10
HSL 300º 0.73% 0.64% -
HSV(B) 300º 0.59% 0.9% -
XYZ 50.92 30.54 78.07 -
YUV 150.17 173.06 184.94 -
System Red Green Blue C M Y K H S L
Decimal 230 94 230 0 0.59 0 0.10 300 0.73 0.64
Hex E6 5E E6 0 3B 0 A 12C 49 40
Octal 346 136 346 0 73 0 12 454 111 100
Binary 11100110 1011110 11100110 0 111011 0 1010 100101100 1001001 1000000

Color Harmonies of #E65EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65EE6

Black with #E65EE6

Text Example


Text Example

White with #E65EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65EE6; }

 p { color: rgb(230,94,230); }

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

background-color css

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

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

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

border-color css

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

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

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