Html Css Color HEX #E661EC Free Speech Magenta

📋 copy color: '#E661EC'

red 230 ◦ green 97 ◦ blue 236

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

Shades of Free Speech Magenta #E661EC

Tints of Free Speech Magenta #E661EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 40.85%
G = 17.23%
B = 41.92%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E661EC (or 0xE661EC) is known color: Free Speech Magenta. HEX triplet: E6, 61 and EC. RGB value is (230,97,236). Sum of RGB (Red+Green+Blue) = 230+97+236=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 97 (38.28% from 255 or 17.23% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #E661EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E661EC is #199E13. Grayscale: #989898. Windows color (decimal): -1678868 or 15491558. OLE color: 15491558.

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

Color convert

RGB 230 97 236 -
CMYK 0.03 0.59 0 0.07
HSL 297.41º 0.79% 0.65% -
HSV(B) 297.41º 0.59% 0.93% -
XYZ 52.05 31.43 82.68 -
YUV 152.61 175.06 183.2 -
System Red Green Blue C M Y K H S L
Decimal 230 97 236 0.03 0.59 0 0.07 297.41 0.79 0.65
Hex E6 61 EC 3 3B 0 7 129 4F 41
Octal 346 141 354 3 73 0 7 451 117 101
Binary 11100110 1100001 11101100 11 111011 0 111 100101001 1001111 1000001

Color Harmonies of #E661EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E661EC

Black with #E661EC

Text Example


Text Example

White with #E661EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E661EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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