Html Css Color HEX #E664EE Free Speech Magenta

📋 copy color: '#E664EE'

red 230 ◦ green 100 ◦ blue 238

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

Shades of Free Speech Magenta #E664EE

Tints of Free Speech Magenta #E664EE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.61%

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

R = 40.49%
G = 17.61%
B = 41.9%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E664EE (or 0xE664EE) is known color: Free Speech Magenta. HEX triplet: E6, 64 and EE. RGB value is (230,100,238). Sum of RGB (Red+Green+Blue) = 230+100+238=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 100 (39.45% from 255 or 17.61% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #E664EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E664EE is #199B11. Grayscale: #9A9A9A. Windows color (decimal): -1678098 or 15623398. OLE color: 15623398.

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

Color convert

RGB 230 100 238 -
CMYK 0.03 0.58 0 0.07
HSL 296.52º 0.8% 0.66% -
HSV(B) 296.52º 0.58% 0.93% -
XYZ 52.62 32.11 84.31 -
YUV 154.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 230 100 238 0.03 0.58 0 0.07 296.52 0.8 0.66
Hex E6 64 EE 3 3A 0 7 129 50 42
Octal 346 144 356 3 72 0 7 451 120 102
Binary 11100110 1100100 11101110 11 111010 0 111 100101001 1010000 1000010

Color Harmonies of #E664EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E664EE

Black with #E664EE

Text Example


Text Example

White with #E664EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E664EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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