Html Css Color HEX #E661CE Free Speech Magenta

📋 copy color: '#E661CE'

red 230 ◦ green 97 ◦ blue 206

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

Shades of Free Speech Magenta #E661CE

Tints of Free Speech Magenta #E661CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 43.15%
G = 18.2%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E661CE (or 0xE661CE) is known color: Free Speech Magenta. HEX triplet: E6, 61 and CE. RGB value is (230,97,206). Sum of RGB (Red+Green+Blue) = 230+97+206=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E661CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E661CE is #199E31. Grayscale: #949494. Windows color (decimal): -1678898 or 13525478. OLE color: 13525478.

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

Color convert

RGB 230 97 206 -
CMYK 0 0.58 0.10 0.10
HSL 310.83º 0.73% 0.64% -
HSV(B) 310.83º 0.58% 0.9% -
XYZ 48.05 29.83 61.62 -
YUV 149.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 230 97 206 0 0.58 0.10 0.10 310.83 0.73 0.64
Hex E6 61 CE 0 3A A A 137 49 40
Octal 346 141 316 0 72 12 12 467 111 100
Binary 11100110 1100001 11001110 0 111010 1010 1010 100110111 1001001 1000000

Color Harmonies of #E661CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E661CE

Black with #E661CE

Text Example


Text Example

White with #E661CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E661CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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