Html Css Color HEX #E660EE Free Speech Magenta

📋 copy color: '#E660EE'

red 230 ◦ green 96 ◦ blue 238

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

Shades of Free Speech Magenta #E660EE

Tints of Free Speech Magenta #E660EE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.02%

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

R = 40.78%
G = 17.02%
B = 42.2%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E660EE (or 0xE660EE) is known color: Free Speech Magenta. HEX triplet: E6, 60 and EE. RGB value is (230,96,238). Sum of RGB (Red+Green+Blue) = 230+96+238=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 96 (37.89% from 255 or 17.02% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #E660EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E660EE is #199F11. Grayscale: #979797. Windows color (decimal): -1679122 or 15622374. OLE color: 15622374.

HSL color Cylindrical-coordinate representation of color #E660EE: hue angle of 296.62º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E660EE is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 96 238 -
CMYK 0.03 0.60 0 0.07
HSL 296.62º 0.81% 0.65% -
HSV(B) 296.62º 0.6% 0.93% -
XYZ 52.25 31.36 84.19 -
YUV 152.25 176.39 183.45 -
System Red Green Blue C M Y K H S L
Decimal 230 96 238 0.03 0.60 0 0.07 296.62 0.81 0.65
Hex E6 60 EE 3 3C 0 7 129 51 41
Octal 346 140 356 3 74 0 7 451 121 101
Binary 11100110 1100000 11101110 11 111100 0 111 100101001 1010001 1000001

Color Harmonies of #E660EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E660EE

Black with #E660EE

Text Example


Text Example

White with #E660EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E660EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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