Html Css Color HEX #E661E2 Free Speech Magenta

📋 copy color: '#E661E2'

red 230 ◦ green 97 ◦ blue 226

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

Shades of Free Speech Magenta #E661E2

Tints of Free Speech Magenta #E661E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.87%

R = 41.59%
G = 17.54%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E661E2 (or 0xE661E2) is known color: Free Speech Magenta. HEX triplet: E6, 61 and E2. RGB value is (230,97,226). Sum of RGB (Red+Green+Blue) = 230+97+226=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E661E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E661E2 is #199E1D. Grayscale: #979797. Windows color (decimal): -1678878 or 14836198. OLE color: 14836198.

HSL color Cylindrical-coordinate representation of color #E661E2: hue angle of 301.8º 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 #E661E2 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 97 226 -
CMYK 0 0.58 0.02 0.10
HSL 301.8º 0.73% 0.64% -
HSV(B) 301.8º 0.58% 0.9% -
XYZ 50.64 30.86 75.24 -
YUV 151.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 230 97 226 0 0.58 0.02 0.10 301.8 0.73 0.64
Hex E6 61 E2 0 3A 2 A 12E 49 40
Octal 346 141 342 0 72 2 12 456 111 100
Binary 11100110 1100001 11100010 0 111010 10 1010 100101110 1001001 1000000

Color Harmonies of #E661E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E661E2

Black with #E661E2

Text Example


Text Example

White with #E661E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E661E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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