Html Css Color HEX #E661E6 Free Speech Magenta

📋 copy color: '#E661E6'

red 230 ◦ green 97 ◦ blue 230

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

Shades of Free Speech Magenta #E661E6

Tints of Free Speech Magenta #E661E6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.41%

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

R = 41.29%
G = 17.41%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E661E6 (or 0xE661E6) is known color: Free Speech Magenta. HEX triplet: E6, 61 and E6. RGB value is (230,97,230). Sum of RGB (Red+Green+Blue) = 230+97+230=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 97 (38.28% from 255 or 17.41% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E661E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E661E6 is #199E19. Grayscale: #979797. Windows color (decimal): -1678874 or 15098342. OLE color: 15098342.

HSL color Cylindrical-coordinate representation of color #E661E6: 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.58%. Process color model (Four color, CMYK) of #E661E6 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 97 230 -
CMYK 0 0.58 0 0.10
HSL 300º 0.73% 0.64% -
HSV(B) 300º 0.58% 0.9% -
XYZ 51.19 31.09 78.16 -
YUV 151.93 172.06 183.69 -
System Red Green Blue C M Y K H S L
Decimal 230 97 230 0 0.58 0 0.10 300 0.73 0.64
Hex E6 61 E6 0 3A 0 A 12C 49 40
Octal 346 141 346 0 72 0 12 454 111 100
Binary 11100110 1100001 11100110 0 111010 0 1010 100101100 1001001 1000000

Color Harmonies of #E661E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E661E6

Black with #E661E6

Text Example


Text Example

White with #E661E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E661E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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